forked from boostorg/variant2
Update MSVC workaround
This commit is contained in:
@ -83,7 +83,7 @@ struct monostate
|
|||||||
{
|
{
|
||||||
};
|
};
|
||||||
|
|
||||||
#if !BOOST_WORKAROUND(BOOST_MSVC, < 1940)
|
#if !BOOST_WORKAROUND(BOOST_MSVC, < 1950)
|
||||||
|
|
||||||
constexpr bool operator<(monostate, monostate) noexcept { return false; }
|
constexpr bool operator<(monostate, monostate) noexcept { return false; }
|
||||||
constexpr bool operator>(monostate, monostate) noexcept { return false; }
|
constexpr bool operator>(monostate, monostate) noexcept { return false; }
|
||||||
|
Reference in New Issue
Block a user