Changeset ddd287d in mainline
- 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:
- 69cc156
- Parents:
- 28cb7843
- git-author:
- Dzejrou <dzejrou@…> (2018-05-17 23:45:08)
- git-committer:
- Dzejrou <dzejrou@…> (2018-07-05 21:41:24)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/include/impl/tuple.hpp
r28cb7843 rddd287d 329 329 { /* DUMMY BODY */ } 330 330 331 constexpr explicit tuple(const Ts&... ts) 331 constexpr explicit tuple( 332 const Ts&... ts, enable_if_t<sizeof...(Ts) != 0>* = nullptr) 332 333 : base_t(ts...) 333 334 { /* DUMMY BODY */ }
Note:
See TracChangeset
for help on using the changeset viewer.