comparison DEPENDENCIES/generic/include/boost/xpressive/xpressive_fwd.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
8 8
9 #ifndef BOOST_XPRESSIVE_XPRESSIVE_FWD_HPP_EAN_10_04_2005 9 #ifndef BOOST_XPRESSIVE_XPRESSIVE_FWD_HPP_EAN_10_04_2005
10 #define BOOST_XPRESSIVE_XPRESSIVE_FWD_HPP_EAN_10_04_2005 10 #define BOOST_XPRESSIVE_XPRESSIVE_FWD_HPP_EAN_10_04_2005
11 11
12 // MS compatible compilers support #pragma once 12 // MS compatible compilers support #pragma once
13 #if defined(_MSC_VER) && (_MSC_VER >= 1020) 13 #if defined(_MSC_VER)
14 # pragma once 14 # pragma once
15 #endif 15 #endif
16 16
17 #include <string> 17 #include <string>
18 #include <boost/config.hpp> 18 #include <boost/config.hpp>
21 21
22 #if BOOST_VERSION >= 103500 22 #if BOOST_VERSION >= 103500
23 # define BOOST_PROTO_FUSION_V2 23 # define BOOST_PROTO_FUSION_V2
24 #endif 24 #endif
25 25
26 #ifdef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
27 # error Sorry, xpressive requires a compiler that supports partial template specialization.
28 #endif
29 26
30 #if defined(BOOST_NO_STD_LOCALE) & !defined(BOOST_XPRESSIVE_USE_C_TRAITS) 27 #if defined(BOOST_NO_STD_LOCALE) & !defined(BOOST_XPRESSIVE_USE_C_TRAITS)
31 # define BOOST_XPRESSIVE_USE_C_TRAITS 28 # define BOOST_XPRESSIVE_USE_C_TRAITS
32 #endif 29 #endif
33 30