We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dbe772 commit 110c6acCopy full SHA for 110c6ac
include/nonstd/variant.hpp
@@ -706,7 +706,7 @@ constexpr std::size_t variant_size_v = variant_size<T>::value;
706
#endif
707
708
#if variant_FEATURE_HAVE_VARIANT_SIZE_V_MACRO
709
-# define variant_size_V(T) variant_size<T>::value
+# define variant_size_V(T) nonstd::variant_size<T>::value
710
711
712
// obtain the type of the alternative specified by its index, at compile time:
0 commit comments