This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Missing TR1 cmath functions
Paolo Carlini wrote:
I don't see this. Please provide an explicit testcase.
I'm wondering if the issue isn't just that you are including <cmath>
instead of <tr1/cmath>... This is a long, very long standing issue with
our specific implementation, we are delivering <tr1/...> headers, and
even if this is strictly speaking maybe "non-conforming" with 1836, we
are not going to change it at this point.
Paolo.