Remove unnecessary structure definition in static_variant.hpp
This commit is contained in:
parent
d8437ac286
commit
e609d70334
1 changed files with 0 additions and 5 deletions
|
|
@ -338,11 +338,6 @@ public:
|
||||||
tag_type which() const {return _tag;}
|
tag_type which() const {return _tag;}
|
||||||
};
|
};
|
||||||
|
|
||||||
template<typename Result>
|
|
||||||
struct visitor {
|
|
||||||
typedef Result result_type;
|
|
||||||
};
|
|
||||||
|
|
||||||
struct from_static_variant
|
struct from_static_variant
|
||||||
{
|
{
|
||||||
variant& var;
|
variant& var;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue