We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
struct adapted_variant_tag;
1 parent e581821 commit 173a745Copy full SHA for 173a745
include/mapbox/variant.hpp
@@ -547,6 +547,7 @@ class variant
547
static const std::size_t data_size = detail::static_max<sizeof(Types)...>::value;
548
static const std::size_t data_align = detail::static_max<alignof(Types)...>::value;
549
public:
550
+ struct adapted_variant_tag;
551
using types = std::tuple<Types...>;
552
private:
553
using first_type = typename std::tuple_element<0, types>::type;
0 commit comments