Replaced _MSC_VER with BOOST_MSVC

git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@615 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2013-04-11 16:09:40 +00:00
parent 5b2223f571
commit 38265da8d1
2 changed files with 4 additions and 4 deletions

View file

@ -8,12 +8,12 @@
#include <turtle/detail/is_functor.hpp>
#include <boost/test/auto_unit_test.hpp>
#ifdef _MSC_VER
#ifdef BOOST_MSVC
#pragma warning( push, 0 )
#endif
#include <boost/lambda/lambda.hpp>
#include <boost/spirit/home/phoenix.hpp>
#ifdef _MSC_VER
#ifdef BOOST_MSVC
#pragma warning( pop )
#endif
#include <boost/function.hpp>

View file

@ -12,14 +12,14 @@
#include <boost/shared_ptr.hpp>
#include <boost/weak_ptr.hpp>
#include <boost/lexical_cast.hpp>
#ifdef _MSC_VER
#ifdef BOOST_MSVC
#pragma warning( push, 0 )
#endif
#include <boost/spirit/home/phoenix.hpp>
#include <boost/spirit/home/phoenix/bind.hpp>
#include <boost/lambda/bind.hpp>
#include <boost/lambda/lambda.hpp>
#ifdef _MSC_VER
#ifdef BOOST_MSVC
#pragma warning( pop )
#endif
#include <boost/bind.hpp>