Home
last modified time | relevance | path

Searched defs:BOOST_STATIC_ASSERT (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dstatic_assert.hpp70 # define BOOST_STATIC_ASSERT( ... ) static_assert(__VA_ARGS__, #__VA_ARGS__) macro
72 # define BOOST_STATIC_ASSERT( B ) static_assert(B, #B) macro
113 #define BOOST_STATIC_ASSERT( B ) \ macro
118 #define BOOST_STATIC_ASSERT(...) \ macro
125 # define BOOST_STATIC_ASSERT( B ) \ macro
131 # define BOOST_STATIC_ASSERT(...) \ macro
136 #define BOOST_STATIC_ASSERT( B ) \ macro
145 #define BOOST_STATIC_ASSERT( B ) \ macro
152 # define BOOST_STATIC_ASSERT( ... ) \ macro
157 # define BOOST_STATIC_ASSERT( B ) \ macro
[all …]