[libcxx-commits] [PATCH] D44865: [libc++] Implement P0608R3 - A sane variant converting constructor
Eric Fiselier via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jun 10 20:20:43 PDT 2019
EricWF added inline comments.
================
Comment at: include/variant:1128
+template <class... _Types>
+struct __overload<bool const volatile, _Types...>
+ : __overload_bool<__overload<_Types...>, bool const volatile> {};
----------------
Do we even support volatile types in variant?
Repository:
rCXX libc++
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D44865/new/
https://reviews.llvm.org/D44865
More information about the libcxx-commits
mailing list