Skip to content

Commit 110c6ac

Browse files
committed
Add namespace inside macro
1 parent 7dbe772 commit 110c6ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/nonstd/variant.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ constexpr std::size_t variant_size_v = variant_size<T>::value;
706706
#endif
707707

708708
#if variant_FEATURE_HAVE_VARIANT_SIZE_V_MACRO
709-
# define variant_size_V(T) variant_size<T>::value
709+
# define variant_size_V(T) nonstd::variant_size<T>::value
710710
#endif
711711

712712
// obtain the type of the alternative specified by its index, at compile time:

0 commit comments

Comments
 (0)