Extend workaround of workaround to all VC++

This commit is contained in:
Andreas Fabri 2025-04-08 16:53:09 +01:00
parent d128f390fb
commit d0e74e555c
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ public:
}
template <typename It>
#if defined(BOOST_MSVC) && (BOOST_MSVC <= 1920)
#if defined(BOOST_MSVC)
difference_type
#else