Home
last modified time | relevance | path

Searched refs:overflow_free (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/spirit/home/qi/numeric/detail/
H A Dnumeric_utils.hpp205 typedef constexpr_int<std::size_t, digits_traits<T, Radix>::value - 1> overflow_free; in call() typedef
207 if (!AlwaysCheckOverflow && (count < overflow_free::value)) in call()