Home
last modified time | relevance | path

Searched defs:log_limit_noexcept_traits_imp (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/math/tools/
H A Dprecision.hpp203 template <class T, bool b> struct log_limit_noexcept_traits_imp : public log_limit_traits<T> {}; struct
204 template <class T> struct log_limit_noexcept_traits_imp<T, false> : public boost::integral_constant… struct