mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-29 12:07:36 +02:00
push/pop pragma warning
[SVN r38559]
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
/*=============================================================================
|
/*=============================================================================
|
||||||
Copyright (c) 2001-2006 Joel de Guzman
|
Copyright (c) 2001-2006 Joel de Guzman
|
||||||
|
|
||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_PP_IS_ITERATING
|
#ifndef BOOST_PP_IS_ITERATING
|
||||||
@ -15,6 +15,7 @@
|
|||||||
#include <boost/preprocessor/repetition/enum_binary_params.hpp>
|
#include <boost/preprocessor/repetition/enum_binary_params.hpp>
|
||||||
|
|
||||||
#if defined(BOOST_MSVC) && (BOOST_MSVC == 1310)
|
#if defined(BOOST_MSVC) && (BOOST_MSVC == 1310)
|
||||||
|
#pragma warning (push)
|
||||||
#pragma warning(disable: 4348) // redefinition of default parameter
|
#pragma warning(disable: 4348) // redefinition of default parameter
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@ -119,5 +120,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#undef N
|
#undef N
|
||||||
|
|
||||||
|
#if defined(BOOST_MSVC) && (BOOST_MSVC == 1310)
|
||||||
|
#pragma warning (pop)
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // defined(BOOST_PP_IS_ITERATING)
|
#endif // defined(BOOST_PP_IS_ITERATING)
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*=============================================================================
|
/*=============================================================================
|
||||||
Copyright (c) 2001-2006 Joel de Guzman
|
Copyright (c) 2001-2006 Joel de Guzman
|
||||||
|
|
||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#ifndef BOOST_PP_IS_ITERATING
|
#ifndef BOOST_PP_IS_ITERATING
|
||||||
@ -15,6 +15,7 @@
|
|||||||
#include <boost/preprocessor/repetition/enum_binary_params.hpp>
|
#include <boost/preprocessor/repetition/enum_binary_params.hpp>
|
||||||
|
|
||||||
#if defined(BOOST_MSVC) && (BOOST_MSVC == 1310)
|
#if defined(BOOST_MSVC) && (BOOST_MSVC == 1310)
|
||||||
|
#pragma warning (push)
|
||||||
#pragma warning(disable: 4348) // redefinition of default parameter
|
#pragma warning(disable: 4348) // redefinition of default parameter
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@ -119,5 +120,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#undef N
|
#undef N
|
||||||
|
|
||||||
|
#if defined(BOOST_MSVC) && (BOOST_MSVC == 1310)
|
||||||
|
#pragma warning (pop)
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // defined(BOOST_PP_IS_ITERATING)
|
#endif // defined(BOOST_PP_IS_ITERATING)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user