diff --git a/test/math_info.cpp b/test/math_info.cpp index e06c7454..47fe9ffe 100644 --- a/test/math_info.cpp +++ b/test/math_info.cpp @@ -181,7 +181,8 @@ bool is_same_type(T, U) // the floating point types or not: // namespace std{ -#if !BOOST_WORKAROUND(BOOST_MSVC, == 1300) +#if !BOOST_WORKAROUND(BOOST_MSVC, == 1300) && \ + !defined(_LIBCPP_VERSION) template char abs(T) {