Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/xpressive/detail/static/modifier.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_MODIFIER_HPP_EAN_10_04_2005 | 8 #ifndef BOOST_XPRESSIVE_DETAIL_STATIC_MODIFIER_HPP_EAN_10_04_2005 |
9 #define BOOST_XPRESSIVE_DETAIL_STATIC_MODIFIER_HPP_EAN_10_04_2005 | 9 #define BOOST_XPRESSIVE_DETAIL_STATIC_MODIFIER_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) // user defined constructor required | 16 # pragma warning(disable : 4610) // user defined constructor required |
17 #endif | 17 #endif |
57 opt_type opt_; | 57 opt_type opt_; |
58 }; | 58 }; |
59 | 59 |
60 }}} | 60 }}} |
61 | 61 |
62 #if defined(_MSC_VER) && (_MSC_VER >= 1020) | 62 #if defined(_MSC_VER) |
63 # pragma warning(pop) | 63 # pragma warning(pop) |
64 #endif | 64 #endif |
65 | 65 |
66 #endif | 66 #endif |