Reflect the change in is_null_like

This commit is contained in:
Peter Dimov
2022-10-18 16:00:14 +03:00
parent 1f8c4a1900
commit aad1f86fae

View File

@ -2438,11 +2438,9 @@ template<class T>
typename result_for<T, value>::type
result_from_errno( int e, boost::source_location const* loc ) noexcept;
template<class T, class E> struct is_null_like;
template<class T> struct is_null_like;
template<> struct is_null_like< variant2::monostate, void >: std::true_type
{
};
template<> struct is_null_like<variant2::monostate>: std::true_type {};
} // namespace json