boostorg / unordered

Boost.org unordered module
http://boost.org/libs/unordered
Boost Software License 1.0
63 stars 55 forks source link

Incorrect use of undefined Boost.Config macro `BOOST_MSVC` in Natvis test file #267

Closed joaquintides closed 3 months ago

joaquintides commented 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.