diff --git a/include/boost/math/distributions/arcsine.hpp b/include/boost/math/distributions/arcsine.hpp index 55fff4887..6368778cb 100644 --- a/include/boost/math/distributions/arcsine.hpp +++ b/include/boost/math/distributions/arcsine.hpp @@ -367,7 +367,9 @@ namespace boost template inline RealType quantile(const arcsine_distribution& dist, const RealType& p) - { // Quantile or Percent Point arcsine function or + { + BOOST_MATH_STD_USING + // Quantile or Percent Point arcsine function or // Inverse Cumulative probability distribution function CDF. // Return x (0 <= x <= 1), // for a given probability p (0 <= p <= 1). @@ -410,7 +412,9 @@ namespace boost template inline RealType quantile(const complemented2_type, RealType>& c) - { // Complement Quantile or Percent Point arcsine function. + { + BOOST_MATH_STD_USING + // Complement Quantile or Percent Point arcsine function. // Return the number of expected x for a given // complement of the probability q. BOOST_MATH_STD_USING // For ADL of std functions.