Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/icl/impl_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 |
---|---|
46 | implementation of rvalue references, ICL's move implementation will be | | 46 | implementation of rvalue references, ICL's move implementation will be | |
47 | disabled for some new compilers for version 1.53. | | 47 | disabled for some new compilers for version 1.53. | |
48 +-----------------------------------------------------------------------------*/ | 48 +-----------------------------------------------------------------------------*/ |
49 #if defined(BOOST_NO_CXX11_RVALUE_REFERENCES) | 49 #if defined(BOOST_NO_CXX11_RVALUE_REFERENCES) |
50 # define BOOST_ICL_NO_CXX11_RVALUE_REFERENCES | 50 # define BOOST_ICL_NO_CXX11_RVALUE_REFERENCES |
51 #elif defined(__clang__) | 51 //#elif defined(__clang__) |
52 # define BOOST_ICL_NO_CXX11_RVALUE_REFERENCES | 52 //# define BOOST_ICL_NO_CXX11_RVALUE_REFERENCES |
53 #elif (defined(__GNUC__) && (__GNUC__ == 4) && (__GNUC_MINOR__ >= 7)) | 53 //#elif (defined(__GNUC__) && (__GNUC__ == 4) && (__GNUC_MINOR__ >= 7)) |
54 # define BOOST_ICL_NO_CXX11_RVALUE_REFERENCES | 54 //# define BOOST_ICL_NO_CXX11_RVALUE_REFERENCES |
55 #endif | 55 #endif |
56 | 56 |
57 #include <boost/move/move.hpp> | 57 #include <boost/move/move.hpp> |
58 | 58 |
59 #endif // BOOST_ICL_IMPL_CONFIG_HPP_JOFA_091225 | 59 #endif // BOOST_ICL_IMPL_CONFIG_HPP_JOFA_091225 |