Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/proto/transform/call.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 |
---|---|
7 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) | 7 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) |
8 | 8 |
9 #ifndef BOOST_PROTO_TRANSFORM_CALL_HPP_EAN_11_02_2007 | 9 #ifndef BOOST_PROTO_TRANSFORM_CALL_HPP_EAN_11_02_2007 |
10 #define BOOST_PROTO_TRANSFORM_CALL_HPP_EAN_11_02_2007 | 10 #define BOOST_PROTO_TRANSFORM_CALL_HPP_EAN_11_02_2007 |
11 | 11 |
12 #if defined(_MSC_VER) && (_MSC_VER >= 1020) | 12 #if defined(_MSC_VER) |
13 # pragma warning(push) | 13 # pragma warning(push) |
14 # pragma warning(disable: 4714) // function 'xxx' marked as __forceinline not inlined | 14 # pragma warning(disable: 4714) // function 'xxx' marked as __forceinline not inlined |
15 #endif | 15 #endif |
16 | 16 |
17 #include <boost/preprocessor/cat.hpp> | 17 #include <boost/preprocessor/cat.hpp> |
392 : mpl::true_ | 392 : mpl::true_ |
393 {}; | 393 {}; |
394 | 394 |
395 }} // namespace boost::proto | 395 }} // namespace boost::proto |
396 | 396 |
397 #if defined(_MSC_VER) && (_MSC_VER >= 1020) | 397 #if defined(_MSC_VER) |
398 # pragma warning(pop) | 398 # pragma warning(pop) |
399 #endif | 399 #endif |
400 | 400 |
401 #endif | 401 #endif |