Home
last modified time | relevance | path

Searched refs:BOOST_LIBSTDCXX_VERSION (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/config/stdlib/
H A Dlibstdcpp3.hpp127 # define BOOST_LIBSTDCXX_VERSION 60100 macro
129 # define BOOST_LIBSTDCXX_VERSION 50100 macro
131 # define BOOST_LIBSTDCXX_VERSION 40900 macro
133 # define BOOST_LIBSTDCXX_VERSION 40800 macro
135 # define BOOST_LIBSTDCXX_VERSION 40700 macro
137 # define BOOST_LIBSTDCXX_VERSION 40600 macro
139 # define BOOST_LIBSTDCXX_VERSION 40500 macro
141 # define BOOST_LIBSTDCXX_VERSION 40400 macro
143 # define BOOST_LIBSTDCXX_VERSION 40300 macro
146 #if (BOOST_LIBSTDCXX_VERSION < 50100)
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/support/
H A Dconfig.hpp80 #if (defined(BOOST_LIBSTDCXX_VERSION) && (BOOST_LIBSTDCXX_VERSION < 40500) && \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/support/detail/
H A Dindex_sequence.hpp17 || (defined(BOOST_LIBSTDCXX_VERSION) \
18 && BOOST_LIBSTDCXX_VERSION >= 500000 && __cplusplus >= 201402)