Changed to use if (typeid(RealType) != typeid(boost::math::concepts::real_concept)) { Ordinary floats only.
Changed to use
if (typeid(RealType) != typeid(boost::math::concepts::real_concept)) { Ordinary floats only.
if (typeid(RealType) != typeid(boost::math::concepts::real_concept))
{ Ordinary floats only.
to avoid failure of previous string name comparison by gcc and other platforms.