- reworked variant::operator(T&&) and varaint::variant(T&&) to be more concise and signature accurate with C++17 specification - restricted cv::detail::OpaqueRef::OpaqueRef(T&&) to not substitute copy/move ctors - moved common additions to C++11 version of std <type_traits> to separte header |
||
|---|---|---|
| .. | ||
| any_tests.cpp | ||
| optional_tests.cpp | ||
| variant_tests.cpp | ||