diff --git a/include/boost/variant2/variant.hpp b/include/boost/variant2/variant.hpp index 2c7b7bb..72c0083 100644 --- a/include/boost/variant2/variant.hpp +++ b/include/boost/variant2/variant.hpp @@ -2438,11 +2438,9 @@ template typename result_for::type result_from_errno( int e, boost::source_location const* loc ) noexcept; -template struct is_null_like; +template struct is_null_like; -template<> struct is_null_like< variant2::monostate, void >: std::true_type -{ -}; +template<> struct is_null_like: std::true_type {}; } // namespace json