Changeset ac68088 in mainline
- Timestamp:
- 2018-07-05T21:41:21Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7a666789
- Parents:
- 1d5424a
- git-author:
- Dzejrou <dzejrou@…> (2018-04-24 16:10:57)
- git-committer:
- Dzejrou <dzejrou@…> (2018-07-05 21:41:21)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/include/internal/list.hpp
r1d5424a rac68088 82 82 prev->next = next; 83 83 next->prev = prev; 84 next = this; 85 prev = this; 84 86 } 85 87 };
Note:
See TracChangeset
for help on using the changeset viewer.