Closed joaquintides closed 3 months ago
The following line:
https://github.com/boostorg/unordered/blob/develop/test/natvis_tests.cpp#L9
checks the existence of BOOST_MSVC when there's no possibility of it being defined --<boost/config.hpp> should be included before.
BOOST_MSVC
<boost/config.hpp>
The following line:
https://github.com/boostorg/unordered/blob/develop/test/natvis_tests.cpp#L9
checks the existence of
BOOST_MSVC
when there's no possibility of it being defined --<boost/config.hpp>
should be included before.