gcc/libstdc++-v3/testsuite/20_util/optional
Ville Voutilainen a181f67231 Make optional::reset noexcept, make optional::value work in constant expressions.
Make optional::reset noexcept, make optional::value
    work in constant expressions.
    * include/std/optional (_M_get): Make constexpr.
    (reset): Make noexcept.
    * testsuite/20_util/optional/assignment/7.cc: New.
    * testsuite/20_util/optional/observers/6.cc: New.

From-SVN: r240623
2016-09-29 18:20:28 +03:00
..
assignment Make optional::reset noexcept, make optional::value work in constant expressions. 2016-09-29 18:20:28 +03:00
cons re PR libstdc++/77727 (Unwrapping std::optional constructor is not working for non-transferable object) 2016-09-26 23:51:42 +03:00
constexpr Implement P0032R3, Homogeneous interface for variant, any and optional, 2016-07-14 12:10:05 +03:00
observers Make optional::reset noexcept, make optional::value work in constant expressions. 2016-09-29 18:20:28 +03:00
relops
swap
77288.cc Fix tests on old arm platforms for optional. 2016-09-22 14:01:29 +03:00
in_place.cc Implement P0032R3, Homogeneous interface for variant, any and optional, 2016-07-14 12:10:05 +03:00
make_optional.cc Implement P0032R3, Homogeneous interface for variant, any and optional, 2016-07-14 12:10:05 +03:00
nullopt.cc
requirements.cc
typedefs.cc