From 423d350ff1685c992e56c2702b4806a27e9c597f Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 18 Oct 2022 16:01:31 +0300 Subject: [PATCH] Remove unneeded forward declarations --- include/boost/variant2/variant.hpp | 6 ------ 1 file changed, 6 deletions(-) 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;