Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/concept/assert.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 |
---|---|
16 // will no longer be the default in the next release. | 16 // will no longer be the default in the next release. |
17 | 17 |
18 # if !defined(BOOST_NO_OLD_CONCEPT_SUPPORT) \ | 18 # if !defined(BOOST_NO_OLD_CONCEPT_SUPPORT) \ |
19 && !defined(BOOST_NO_SFINAE) \ | 19 && !defined(BOOST_NO_SFINAE) \ |
20 \ | 20 \ |
21 && !(BOOST_WORKAROUND(__GNUC__, == 3) && BOOST_WORKAROUND(__GNUC_MINOR__, < 4)) \ | 21 && !(BOOST_WORKAROUND(__GNUC__, == 3) && BOOST_WORKAROUND(__GNUC_MINOR__, < 4)) |
22 && !(BOOST_WORKAROUND(__GNUC__, == 2)) | |
23 | 22 |
24 // Note: gcc-2.96 through 3.3.x have some SFINAE, but no ability to | 23 // Note: gcc-2.96 through 3.3.x have some SFINAE, but no ability to |
25 // check for the presence of particularmember functions. | 24 // check for the presence of particularmember functions. |
26 | 25 |
27 # define BOOST_OLD_CONCEPT_SUPPORT | 26 # define BOOST_OLD_CONCEPT_SUPPORT |