// { dg-do compile } // { dg-require-cmath "" } // Copyright (C) 2011-2022 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the // terms of the GNU General Public License as published by the // Free Software Foundation; either version 3, or (at your option) // any later version. // // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License along // with this library; see the file COPYING3. If not see // . // 8.16.4 Additional overloads #include // libstdc++/48933 struct Foo { }; template Foo std::tr1::atan2(Foo, Foo); // { dg-error "not match" } template Foo std::tr1::acosh(Foo); // { dg-error "not match" } template Foo std::tr1::asinh(Foo); // { dg-error "not match" } template Foo std::tr1::atanh(Foo); // { dg-error "not match" } template Foo std::tr1::cbrt(Foo); // { dg-error "not match" } template Foo std::tr1::copysign(Foo, Foo); // { dg-error "not match" } template Foo std::tr1::erf(Foo); // { dg-error "not match" } template Foo std::tr1::erfc(Foo); // { dg-error "not match" } template Foo std::tr1::exp2(Foo); // { dg-error "not match" } template Foo std::tr1::expm1(Foo); // { dg-error "not match" } template Foo std::tr1::fdim(Foo, Foo); // { dg-error "not match" } template Foo std::tr1::fma(Foo(), Foo(), Foo()); // { dg-error "not match" } template Foo std::tr1::fmax(Foo, Foo); // { dg-error "not match" } template Foo std::tr1::fmin(Foo, Foo); // { dg-error "not match" } template Foo std::tr1::hypot(Foo, Foo); // { dg-error "not match" } template int std::tr1::ilogb(Foo); // { dg-error "not match" } template Foo std::tr1::lgamma(Foo); // { dg-error "not match" } template long long std::tr1::llrint(Foo); // { dg-error "not match" } template long long std::tr1::llround(Foo); // { dg-error "not match" } template Foo std::tr1::log1p(Foo); // { dg-error "not match" } template Foo std::tr1::log2(Foo); // { dg-error "not match" } template Foo std::tr1::logb(Foo); // { dg-error "not match" } template long std::tr1::lrint(Foo); // { dg-error "not match" } template long std::tr1::lround(Foo); // { dg-error "not match" } template Foo std::tr1::nearbyint(Foo); // { dg-error "not match" } template Foo std::tr1::nextafter(Foo, Foo); // { dg-error "not match" } template Foo std::tr1::nexttoward(Foo, long double); // { dg-error "not match" } template Foo std::tr1::remainder(Foo, Foo); // { dg-error "not match" } template Foo std::tr1::remquo(Foo, Foo, int*); // { dg-error "not match" } template Foo std::tr1::rint(Foo); // { dg-error "not match" } template Foo std::tr1::round(Foo); // { dg-error "not match" } template Foo std::tr1::scalbln(Foo, long); // { dg-error "not match" } template Foo std::tr1::scalbn(Foo, int); // { dg-error "not match" } template Foo std::tr1::tgamma(Foo); // { dg-error "not match" } template Foo std::tr1::trunc(Foo); // { dg-error "not match" }