forked from boostorg/function
Add missing #pragma warning(pop) in Boost.Function.
Merged revisions 53694 via svnmerge from https://svn.boost.org/svn/boost/trunk ........ r53694 | danieljames | 2009-06-06 16:31:47 +0100 (Sat, 06 Jun 2009) | 1 line Add missing #pragma warning(pop). Fixes #2767. ........ [SVN r54410]
This commit is contained in:
@ -877,4 +877,8 @@ namespace detail {
|
||||
#undef BOOST_FUNCTION_ENABLE_IF_NOT_INTEGRAL
|
||||
#undef BOOST_FUNCTION_COMPARE_TYPE_ID
|
||||
|
||||
#if defined(BOOST_MSVC)
|
||||
# pragma warning( pop )
|
||||
#endif
|
||||
|
||||
#endif // BOOST_FUNCTION_BASE_HEADER
|
||||
|
Reference in New Issue
Block a user