Remove unneeded forward declarations

This commit is contained in:
Peter Dimov
2022-10-18 16:01:31 +03:00
parent aad1f86fae
commit 423d350ff1

View File

@ -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;