Ignore:
Timestamp:
2018-07-05T21:41:22Z (6 years ago)
Author:
Dzejrou <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
93af98f
Parents:
255bb63
git-author:
Dzejrou <dzejrou@…> (2018-05-01 21:57:00)
git-committer:
Dzejrou <dzejrou@…> (2018-07-05 21:41:22)
Message:

cpp: added pair::pair(piecewise_construct_t, …), but had to temporarily remove templated tuple constructor which needs is_convertible etc on variadic types

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/cpp/include/impl/tuple.hpp

    r255bb63 raa0fa86a  
    207207
    208208                // TODO: enable only if Us is convertible to Ts and they are not same
    209                 template<class... Us>
    210                 constexpr explicit tuple_impl(Us&&... us)
    211                     : tuple_element_wrapper<Is, Ts>(forward<Us>(us))...
    212                 { /* DUMMY BODY */ }
     209                /* template<class... Us> */
     210                /* constexpr explicit tuple_impl(Us&&... us) */
     211                /*     : tuple_element_wrapper<Is, Ts>(forward<Us>(us))... */
     212                /* { /1* DUMMY BODY *1/ } */
    213213        };
    214214
Note: See TracChangeset for help on using the changeset viewer.