diff --git a/test/detail/test_is_functor.cpp b/test/detail/test_is_functor.cpp index c1f528b..1134b6c 100644 --- a/test/detail/test_is_functor.cpp +++ b/test/detail/test_is_functor.cpp @@ -8,12 +8,12 @@ #include #include -#ifdef _MSC_VER +#ifdef BOOST_MSVC #pragma warning( push, 0 ) #endif #include #include -#ifdef _MSC_VER +#ifdef BOOST_MSVC #pragma warning( pop ) #endif #include diff --git a/test/test_log.cpp b/test/test_log.cpp index cad9229..6dfc946 100644 --- a/test/test_log.cpp +++ b/test/test_log.cpp @@ -12,14 +12,14 @@ #include #include #include -#ifdef _MSC_VER +#ifdef BOOST_MSVC #pragma warning( push, 0 ) #endif #include #include #include #include -#ifdef _MSC_VER +#ifdef BOOST_MSVC #pragma warning( pop ) #endif #include