Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/config.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 |
---|---|
18 #define BOOST_CONFIG_HPP | 18 #define BOOST_CONFIG_HPP |
19 | 19 |
20 // if we don't have a user config, then use the default location: | 20 // if we don't have a user config, then use the default location: |
21 #if !defined(BOOST_USER_CONFIG) && !defined(BOOST_NO_USER_CONFIG) | 21 #if !defined(BOOST_USER_CONFIG) && !defined(BOOST_NO_USER_CONFIG) |
22 # define BOOST_USER_CONFIG <boost/config/user.hpp> | 22 # define BOOST_USER_CONFIG <boost/config/user.hpp> |
23 #if 0 | |
24 // For dependency trackers: | |
25 # include <boost/config/user.hpp> | |
26 #endif | |
23 #endif | 27 #endif |
24 // include it first: | 28 // include it first: |
25 #ifdef BOOST_USER_CONFIG | 29 #ifdef BOOST_USER_CONFIG |
26 # include BOOST_USER_CONFIG | 30 # include BOOST_USER_CONFIG |
27 #endif | 31 #endif |