| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| assign | ||
| cons | ||
| misc | ||
| modifiers | ||
| observers | ||
| make_any.cc | ||
| requirements.cc | ||
| typedefs.cc |
Use constexpr addressof in optional, SFINAE housekeeping for any, optional and tuple. * include/std/any (__do_emplace(_Args&&...)): New. (__do_emplace(initializer_list<_Up>, _Args&&...)): Likewise. (__any_constructible): Likewise. (__any_constructible_t): Use __any_constructible. (operator=(_ValueType&&)): SFINAE in the return type. (emplace(_Args&&...)): Likewise. (emplace(initializer_list<_Up>, _Args&&...)): Likewise. * include/std/optional (_Has_addressof_mem): Remove. (_Has_addressof_free): Likewise. (_Has_addressof): Likewise. (__constexpr_addressof(_Tp&)): Likewise. (operator->): Use std::__addressof. * include/std/tuple (operator=(const tuple<_UElements...>&)): SFINAE in return type. (operator=(tuple<_UElements...>&&)): Likewise. * testsuite/20_util/any/misc/any_cast_neg.cc: Adjust. From-SVN: r242390
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| assign | Loading commit data... | |
| cons | Loading commit data... | |
| misc | Loading commit data... | |
| modifiers | Loading commit data... | |
| observers | Loading commit data... | |
| make_any.cc | Loading commit data... | |
| requirements.cc | Loading commit data... | |
| typedefs.cc | Loading commit data... |