mirror of
https://github.com/boostorg/variant2.git
synced 2025-07-31 04:37:16 +02:00
Remove unneeded forward declarations
This commit is contained in:
@ -2418,12 +2418,6 @@ struct value_from_tag;
|
|||||||
template<class T>
|
template<class T>
|
||||||
void value_from( T&& t, value& jv );
|
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>
|
template<class T>
|
||||||
struct try_value_to_tag;
|
struct try_value_to_tag;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user