re PR libstdc++/31511 (/usr/include/c++/bits/cmath.tcc: no match for ternary 'operato...
authorAlexey Beshenov <bav.272304@gmail.com>
Sun, 8 Apr 2007 22:37:56 +0000 (22:37 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Sun, 8 Apr 2007 22:37:56 +0000 (22:37 +0000)
commitad1a64baff0c87db0707b57cf3c8e93b7d32dc4b
tree3ffe999a2a07342f5571eb7b5782caa69145d584
parentc586d32a1e2cc9997c4c9a05f08a33436710559d
re PR libstdc++/31511 (/usr/include/c++/bits/cmath.tcc: no match for ternary 'operator?:' in '((__n % 2u) != 0u) ? __x : 1')

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.

From-SVN: r123665
libstdc++-v3/ChangeLog
libstdc++-v3/include/c_global/cmath.tcc
libstdc++-v3/include/c_std/cmath.tcc