comparison DEPENDENCIES/generic/include/boost/proto/detail/as_lvalue.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
9 #ifndef BOOST_PROTO_TRANSFORM_AS_LVALUE_HPP_EAN_12_27_2007 9 #ifndef BOOST_PROTO_TRANSFORM_AS_LVALUE_HPP_EAN_12_27_2007
10 #define BOOST_PROTO_TRANSFORM_AS_LVALUE_HPP_EAN_12_27_2007 10 #define BOOST_PROTO_TRANSFORM_AS_LVALUE_HPP_EAN_12_27_2007
11 11
12 #include <boost/proto/proto_fwd.hpp> 12 #include <boost/proto/proto_fwd.hpp>
13 13
14 #if defined(_MSC_VER) && (_MSC_VER >= 1020) 14 #if defined(_MSC_VER)
15 # pragma warning(push) 15 # pragma warning(push)
16 # pragma warning(disable : 4714) // function 'xxx' marked as __forceinline not inlined 16 # pragma warning(disable : 4714) // function 'xxx' marked as __forceinline not inlined
17 #endif 17 #endif
18 18
19 namespace boost { namespace proto 19 namespace boost { namespace proto
34 return t; 34 return t;
35 } 35 }
36 } 36 }
37 }} 37 }}
38 38
39 #if defined(_MSC_VER) && (_MSC_VER >= 1020) 39 #if defined(_MSC_VER)
40 # pragma warning(pop) 40 # pragma warning(pop)
41 #endif 41 #endif
42 42
43 #endif 43 #endif