forked from boostorg/variant2
Remove unneeded forward declarations
This commit is contained in:
@ -2418,12 +2418,6 @@ struct value_from_tag;
|
||||
template<class T>
|
||||
void value_from( T&& t, value& jv );
|
||||
|
||||
template<class T>
|
||||
struct value_to_tag;
|
||||
|
||||
template<class T>
|
||||
T value_to( value const & v );
|
||||
|
||||
template<class T>
|
||||
struct try_value_to_tag;
|
||||
|
||||
|
Reference in New Issue
Block a user