diff --git a/include/boost/variant2/variant.hpp b/include/boost/variant2/variant.hpp index 72c0083..8365724 100644 --- a/include/boost/variant2/variant.hpp +++ b/include/boost/variant2/variant.hpp @@ -2418,12 +2418,6 @@ struct value_from_tag; template void value_from( T&& t, value& jv ); -template -struct value_to_tag; - -template -T value_to( value const & v ); - template struct try_value_to_tag;