comparison DEPENDENCIES/generic/include/boost/proto/transform/when.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
22 #include <boost/proto/transform/call.hpp> 22 #include <boost/proto/transform/call.hpp>
23 #include <boost/proto/transform/make.hpp> 23 #include <boost/proto/transform/make.hpp>
24 #include <boost/proto/transform/impl.hpp> 24 #include <boost/proto/transform/impl.hpp>
25 #include <boost/proto/transform/env.hpp> 25 #include <boost/proto/transform/env.hpp>
26 26
27 #if defined(_MSC_VER) && (_MSC_VER >= 1020) 27 #if defined(_MSC_VER)
28 # pragma warning(push) 28 # pragma warning(push)
29 # pragma warning(disable : 4714) // function 'xxx' marked as __forceinline not inlined 29 # pragma warning(disable : 4714) // function 'xxx' marked as __forceinline not inlined
30 #endif 30 #endif
31 31
32 namespace boost { namespace proto 32 namespace boost { namespace proto
258 : mpl::true_ 258 : mpl::true_
259 {}; 259 {};
260 260
261 }} // namespace boost::proto 261 }} // namespace boost::proto
262 262
263 #if defined(_MSC_VER) && (_MSC_VER >= 1020) 263 #if defined(_MSC_VER)
264 # pragma warning(pop) 264 # pragma warning(pop)
265 #endif 265 #endif
266 266
267 #endif 267 #endif