Home
last modified time | relevance | path

Searched defs:BOOST_MATH_NOEXCEPT (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/math/tools/
Dconfig.hpp250 # define BOOST_MATH_NOEXCEPT(T) noexcept(std::is_floating_point<T>::value) macro
254 # define BOOST_MATH_NOEXCEPT(T) noexcept(boost::is_floating_point<T>::value) macro
258 # define BOOST_MATH_NOEXCEPT(T) macro