Changeset 4f202b20 in mainline
- Timestamp:
- 2018-07-05T21:41:17Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b28f803
- Parents:
- b4b01cb
- git-author:
- Jaroslav Jindrak <dzejrou@…> (2017-10-25 17:05:00)
- git-committer:
- Dzejrou <dzejrou@…> (2018-07-05 21:41:17)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/include/impl/algorithm.hpp
rb4b01cb r4f202b20 337 337 { 338 338 while (first != last) 339 *result++ = first++;339 *result++ = *first++; 340 340 341 341 return result; … … 372 372 while (last-- != first) 373 373 *result-- = *last; 374 375 return result; 374 376 } 375 377
Note:
See TracChangeset
for help on using the changeset viewer.