Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/proto/proto_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 |
---|---|
121 | 121 |
122 #ifdef BOOST_MPL_CFG_EXTENDED_TEMPLATE_PARAMETERS_MATCHING | 122 #ifdef BOOST_MPL_CFG_EXTENDED_TEMPLATE_PARAMETERS_MATCHING |
123 # define BOOST_PROTO_EXTENDED_TEMPLATE_PARAMETERS_MATCHING | 123 # define BOOST_PROTO_EXTENDED_TEMPLATE_PARAMETERS_MATCHING |
124 #endif | 124 #endif |
125 | 125 |
126 #if defined(_MSC_VER) && (_MSC_VER >= 1020) | 126 #if defined(_MSC_VER) |
127 # define BOOST_PROTO_DISABLE_MSVC_C4522 __pragma(warning(disable : 4522)) // 'class' : multiple assignment operators specified | 127 # define BOOST_PROTO_DISABLE_MSVC_C4522 __pragma(warning(disable : 4522)) // 'class' : multiple assignment operators specified |
128 # define BOOST_PROTO_DISABLE_MSVC_C4714 __pragma(warning(disable : 4714)) // function 'xxx' marked as __forceinline not inlined | 128 # define BOOST_PROTO_DISABLE_MSVC_C4714 __pragma(warning(disable : 4714)) // function 'xxx' marked as __forceinline not inlined |
129 #else | 129 #else |
130 # define BOOST_PROTO_DISABLE_MSVC_C4522 | 130 # define BOOST_PROTO_DISABLE_MSVC_C4522 |
131 # define BOOST_PROTO_DISABLE_MSVC_C4714 | 131 # define BOOST_PROTO_DISABLE_MSVC_C4714 |