Remove unnecessary structure definition in static_variant.hpp

This commit is contained in:
Wei Yang 2018-07-05 12:30:56 +08:00
parent d8437ac286
commit e609d70334

View file

@ -338,11 +338,6 @@ public:
tag_type which() const {return _tag;}
};
template<typename Result>
struct visitor {
typedef Result result_type;
};
struct from_static_variant
{
variant& var;