Home
last modified time | relevance | path

Searched refs:BOOST_comma (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/detail/
H A Dis_incrementable.hpp56 # define BOOST_comma(a,b) (a) macro
60 # define BOOST_comma(a,b) (a,b)
82 , value = sizeof(is_incrementable_::check_(BOOST_comma(++x,0))) == 1
93 , value = sizeof(is_incrementable_::check_(BOOST_comma(x++,0))) == 1
103 # undef BOOST_comma
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/
H A Dis_dereferenceable.hpp41 # define BOOST_comma(a,b) (a) macro
45 # define BOOST_comma(a,b) (a,b) macro
61 , value = sizeof(is_dereferenceable_::check_increment(BOOST_comma(*x,0))) == 1
66 # undef BOOST_comma