comparison DEPENDENCIES/generic/include/boost/proto/transform/make.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
31 #include <boost/proto/transform/impl.hpp> 31 #include <boost/proto/transform/impl.hpp>
32 #include <boost/proto/transform/detail/pack.hpp> 32 #include <boost/proto/transform/detail/pack.hpp>
33 #include <boost/proto/detail/as_lvalue.hpp> 33 #include <boost/proto/detail/as_lvalue.hpp>
34 #include <boost/proto/detail/ignore_unused.hpp> 34 #include <boost/proto/detail/ignore_unused.hpp>
35 35
36 #if defined(_MSC_VER) && (_MSC_VER >= 1020) 36 #if defined(_MSC_VER)
37 # pragma warning(push) 37 # pragma warning(push)
38 # pragma warning(disable : 4714) // function 'xxx' marked as __forceinline not inlined 38 # pragma warning(disable : 4714) // function 'xxx' marked as __forceinline not inlined
39 #endif 39 #endif
40 40
41 namespace boost { namespace proto 41 namespace boost { namespace proto
275 : mpl::true_ 275 : mpl::true_
276 {}; 276 {};
277 277
278 }} 278 }}
279 279
280 #if defined(_MSC_VER) && (_MSC_VER >= 1020) 280 #if defined(_MSC_VER)
281 # pragma warning(pop) 281 # pragma warning(pop)
282 #endif 282 #endif
283 283
284 #endif 284 #endif