Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/xpressive/match_results.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 |
---|---|
14 | 14 |
15 #ifndef BOOST_XPRESSIVE_MATCH_RESULTS_HPP_EAN_10_04_2005 | 15 #ifndef BOOST_XPRESSIVE_MATCH_RESULTS_HPP_EAN_10_04_2005 |
16 #define BOOST_XPRESSIVE_MATCH_RESULTS_HPP_EAN_10_04_2005 | 16 #define BOOST_XPRESSIVE_MATCH_RESULTS_HPP_EAN_10_04_2005 |
17 | 17 |
18 // MS compatible compilers support #pragma once | 18 // MS compatible compilers support #pragma once |
19 #if defined(_MSC_VER) && (_MSC_VER >= 1020) | 19 #if defined(_MSC_VER) |
20 # pragma once | 20 # pragma once |
21 #endif | 21 #endif |
22 | 22 |
23 #include <map> | 23 #include <map> |
24 #include <string> | 24 #include <string> |