This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/31511] /usr/include/c++/bits/cmath.tcc: no match for ternary 'operator?:' in '((__n % 2u) != 0u) ? __x : 1'



------- Comment #8 from paolo at gcc dot gnu dot org  2007-04-08 23:38 -------
Subject: Bug 31511

Author: paolo
Date: Sun Apr  8 23:37:56 2007
New Revision: 123665

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=123665
Log:
2007-04-08  Alexey Beshenov  <bav.272304@gmail.com>

        PR libstdc++/31511
        * include/c_global/cmath.tcc (__cmath_power): Use _Tp(1).
        * include/c_std/cmath.tcc (__cmath_power): Likewise.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/c_global/cmath.tcc
    trunk/libstdc++-v3/include/c_std/cmath.tcc


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31511


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]