Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/proto/expr.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 |
---|---|
24 #include <boost/utility/addressof.hpp> | 24 #include <boost/utility/addressof.hpp> |
25 #include <boost/proto/proto_fwd.hpp> | 25 #include <boost/proto/proto_fwd.hpp> |
26 #include <boost/proto/args.hpp> | 26 #include <boost/proto/args.hpp> |
27 #include <boost/proto/traits.hpp> | 27 #include <boost/proto/traits.hpp> |
28 | 28 |
29 #if defined(_MSC_VER) && (_MSC_VER >= 1020) | 29 #if defined(_MSC_VER) |
30 # pragma warning(push) | 30 # pragma warning(push) |
31 # pragma warning(disable : 4510) // default constructor could not be generated | 31 # pragma warning(disable : 4510) // default constructor could not be generated |
32 # pragma warning(disable : 4512) // assignment operator could not be generated | 32 # pragma warning(disable : 4512) // assignment operator could not be generated |
33 # pragma warning(disable : 4610) // user defined constructor required | 33 # pragma warning(disable : 4610) // user defined constructor required |
34 # pragma warning(disable : 4714) // function 'xxx' marked as __forceinline not inlined | 34 # pragma warning(disable : 4714) // function 'xxx' marked as __forceinline not inlined |
154 using Expr::operator =; | 154 using Expr::operator =; |
155 }; | 155 }; |
156 | 156 |
157 }} | 157 }} |
158 | 158 |
159 #if defined(_MSC_VER) && (_MSC_VER >= 1020) | 159 #if defined(_MSC_VER) |
160 # pragma warning(pop) | 160 # pragma warning(pop) |
161 #endif | 161 #endif |
162 | 162 |
163 #endif // BOOST_PROTO_EXPR_HPP_EAN_04_01_2005 | 163 #endif // BOOST_PROTO_EXPR_HPP_EAN_04_01_2005 |