gcc/libstdc++-v3/testsuite/20_util/optional/cons
Ville Voutilainen 71ade764ad re PR libstdc++/77727 (Unwrapping std::optional constructor is not working for non-transferable object)
PR libstdc++/77727
    * include/std/optional (optional(const optional<_Up>&)):
    Default-initialize the base and use emplace.
    (optional(optional<_Up>&&)): Likewise.
    * testsuite/20_util/optional/cons/77727.cc: New.

From-SVN: r240511
2016-09-26 23:51:42 +03:00
..
77727.cc re PR libstdc++/77727 (Unwrapping std::optional constructor is not working for non-transferable object) 2016-09-26 23:51:42 +03:00
copy.cc
default.cc
move.cc
value_neg.cc
value.cc re PR libstdc++/77288 (Std::experimental::optional::operator= implementation is broken in gcc 6.1) 2016-09-21 20:37:17 +03:00