comparison DEPENDENCIES/generic/include/boost/xpressive/detail/static/placeholders.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 7
8 #ifndef BOOST_XPRESSIVE_DETAIL_STATIC_PLACEHOLDERS_HPP_EAN_10_04_2005 8 #ifndef BOOST_XPRESSIVE_DETAIL_STATIC_PLACEHOLDERS_HPP_EAN_10_04_2005
9 #define BOOST_XPRESSIVE_DETAIL_STATIC_PLACEHOLDERS_HPP_EAN_10_04_2005 9 #define BOOST_XPRESSIVE_DETAIL_STATIC_PLACEHOLDERS_HPP_EAN_10_04_2005
10 10
11 // MS compatible compilers support #pragma once 11 // MS compatible compilers support #pragma once
12 #if defined(_MSC_VER) && (_MSC_VER >= 1020) 12 #if defined(_MSC_VER)
13 # pragma once 13 # pragma once
14 # pragma warning(push) 14 # pragma warning(push)
15 # pragma warning(disable:4510) // default constructor could not be generated 15 # pragma warning(disable:4510) // default constructor could not be generated
16 # pragma warning(disable:4610) // can never be instantiated - user defined constructor required 16 # pragma warning(disable:4610) // can never be instantiated - user defined constructor required
17 #endif 17 #endif
111 static Nbr nbr() { return Nbr(); } 111 static Nbr nbr() { return Nbr(); }
112 }; 112 };
113 113
114 }}} // namespace boost::xpressive::detail 114 }}} // namespace boost::xpressive::detail
115 115
116 #if defined(_MSC_VER) && (_MSC_VER >= 1020) 116 #if defined(_MSC_VER)
117 # pragma warning(pop) 117 # pragma warning(pop)
118 #endif 118 #endif
119 119
120 #endif 120 #endif