Changeset 134fd03 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:
- 3457e11
- Parents:
- e2b55ac9
- git-author:
- Jaroslav Jindrak <dzejrou@…> (2017-10-17 16:18:01)
- git-committer:
- Dzejrou <dzejrou@…> (2018-07-05 21:41:17)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/include/impl/initializer_list.hpp
re2b55ac9 r134fd03 47 47 using iterator = const_iterator; 48 48 49 constexpr initializer_list() noexcept; 49 constexpr initializer_list() noexcept 50 : begin_{nullptr}, size_{0} 51 { /* DUMMY BODY */ } 50 52 51 53 constexpr size_type size() const noexcept
Note:
See TracChangeset
for help on using the changeset viewer.