Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/xpressive/xpressive_dynamic.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_DYNAMIC_HPP_EAN_10_04_2005 | 9 #ifndef BOOST_XPRESSIVE_DYNAMIC_HPP_EAN_10_04_2005 |
10 #define BOOST_XPRESSIVE_DYNAMIC_HPP_EAN_10_04_2005 | 10 #define BOOST_XPRESSIVE_DYNAMIC_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 <boost/xpressive/regex_compiler.hpp> | 17 #include <boost/xpressive/regex_compiler.hpp> |
18 #include <boost/xpressive/basic_regex.hpp> | 18 #include <boost/xpressive/basic_regex.hpp> |