Home
last modified time | relevance | path

Searched refs:same_sign (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/numeric/conversion/detail/
H A Dold_numeric_cast.hpp198 template <bool same_sign, bool x_is_signed>
306 const bool same_sign = arg_is_signed == result_is_signed; in numeric_cast() local
309 || greater_than_type_max<same_sign, arg_is_signed>::check(arg, (result_traits::max)()) in numeric_cast()