Changeset b57a3ee in mainline for uspace/lib/cpp/include/__bits/adt/stack.hpp
- Timestamp:
- 2018-07-05T21:41:24Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c735afb
- Parents:
- 4f461384
- git-author:
- Dzejrou <dzejrou@…> (2018-06-25 16:58:08)
- git-committer:
- Dzejrou <dzejrou@…> (2018-07-05 21:41:24)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/include/__bits/adt/stack.hpp
r4f461384 rb57a3ee 27 27 */ 28 28 29 #ifndef LIBCPP_ STACK30 #define LIBCPP_ STACK29 #ifndef LIBCPP_BITS_ADT_STACK 30 #define LIBCPP_BITS_ADT_STACK 31 31 32 32 #include <deque> … … 36 36 namespace std 37 37 { 38 39 38 /** 40 39 * 23.5.6.2, stack:
Note:
See TracChangeset
for help on using the changeset viewer.