Skip to content

Commit

Permalink
Update MSVC workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Jul 21, 2024
1 parent 0e325dc commit f5cd36a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/boost/variant2/variant.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down

0 comments on commit f5cd36a

Please sign in to comment.