[libcxx-commits] [libcxx] [libcxx] Put `std::monostate` in `<utility>` (PR #128373)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Mon Feb 24 09:47:39 PST 2025


================
@@ -279,6 +279,10 @@ template <class T>
 #    include <__utility/unreachable.h>
 #  endif
 
+#  if _LIBCPP_STD_VER >= 26
----------------
philnik777 wrote:

I don't have a strong preference. Making it available from 17 as an extension seems fine. It's a really small header with few dependencies.

https://github.com/llvm/llvm-project/pull/128373


More information about the libcxx-commits mailing list