mirror of
https://github.com/boostorg/variant2.git
synced 2025-07-30 12:17:16 +02:00
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