comparison DEPENDENCIES/generic/include/boost/proto/domain.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
16 #include <boost/proto/proto_fwd.hpp> 16 #include <boost/proto/proto_fwd.hpp>
17 #include <boost/proto/generate.hpp> 17 #include <boost/proto/generate.hpp>
18 #include <boost/proto/detail/as_expr.hpp> 18 #include <boost/proto/detail/as_expr.hpp>
19 #include <boost/proto/detail/deduce_domain.hpp> 19 #include <boost/proto/detail/deduce_domain.hpp>
20 20
21 #if defined(_MSC_VER) && (_MSC_VER >= 1020) 21 #if defined(_MSC_VER)
22 # pragma warning(push) 22 # pragma warning(push)
23 # pragma warning(disable : 4714) // function 'xxx' marked as __forceinline not inlined 23 # pragma warning(disable : 4714) // function 'xxx' marked as __forceinline not inlined
24 #endif 24 #endif
25 25
26 namespace boost { namespace proto 26 namespace boost { namespace proto
328 : mpl::true_ 328 : mpl::true_
329 {}; 329 {};
330 330
331 }} 331 }}
332 332
333 #if defined(_MSC_VER) && (_MSC_VER >= 1020) 333 #if defined(_MSC_VER)
334 # pragma warning(pop) 334 # pragma warning(pop)
335 #endif 335 #endif
336 336
337 #endif 337 #endif