From 38265da8d1da3b46d4f05a96e2bc2e753cd7dbc4 Mon Sep 17 00:00:00 2001 From: mat007 Date: Thu, 11 Apr 2013 16:09:40 +0000 Subject: [PATCH] Replaced _MSC_VER with BOOST_MSVC git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@615 860be788-9bd5-4423-9f1e-828f051e677b --- test/detail/test_is_functor.cpp | 4 ++-- test/test_log.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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