comparison DEPENDENCIES/generic/include/boost/proto/traits.hpp @ 101:c530137014c0

Update Boost headers (1.58.0)
author Chris Cannam
date Mon, 07 Sep 2015 11:12:49 +0100
parents 2665513ce2d3
children
comparison
equal deleted inserted replaced
100:793467b5e61c 101:c530137014c0
30 #include <boost/proto/proto_fwd.hpp> 30 #include <boost/proto/proto_fwd.hpp>
31 #include <boost/proto/args.hpp> 31 #include <boost/proto/args.hpp>
32 #include <boost/proto/domain.hpp> 32 #include <boost/proto/domain.hpp>
33 #include <boost/proto/transform/pass_through.hpp> 33 #include <boost/proto/transform/pass_through.hpp>
34 34
35 #if defined(_MSC_VER) && (_MSC_VER >= 1020) 35 #if defined(_MSC_VER)
36 # pragma warning(push) 36 # pragma warning(push)
37 # if BOOST_WORKAROUND( BOOST_MSVC, >= 1400 ) 37 # if BOOST_WORKAROUND( BOOST_MSVC, >= 1400 )
38 # pragma warning(disable: 4180) // warning C4180: qualifier applied to function type has no meaning; ignored 38 # pragma warning(disable: 4180) // warning C4180: qualifier applied to function type has no meaning; ignored
39 # endif 39 # endif
40 # pragma warning(disable : 4714) // function 'xxx' marked as __forceinline not inlined 40 # pragma warning(disable : 4714) // function 'xxx' marked as __forceinline not inlined
1249 : mpl::true_ 1249 : mpl::true_
1250 {}; 1250 {};
1251 1251
1252 }} 1252 }}
1253 1253
1254 #if defined(_MSC_VER) && (_MSC_VER >= 1020) 1254 #if defined(_MSC_VER)
1255 # pragma warning(pop) 1255 # pragma warning(pop)
1256 #endif 1256 #endif
1257 1257
1258 #endif 1258 #endif