Home
last modified time | relevance | path

Searched defs:BOOST_GCD_NOEXCEPT (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/integer/
H A Dcommon_factor_rt.hpp37 #define BOOST_GCD_NOEXCEPT(T) noexcept(std::is_arithmetic<T>::value) macro
39 #define BOOST_GCD_NOEXCEPT(T) macro