summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/include/std/std_complex.h
diff options
context:
space:
mode:
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2005-02-01 13:30:34 +0000
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2005-02-01 13:30:34 +0000
commit6e8739c9b4474c1f831b8e414d6698c59b773504 (patch)
treeef8365e2ad9f69adc048d74eff957ed4c0348df2 /libstdc++-v3/include/std/std_complex.h
parentb70a5a9907c43f800f43c9e925664f7593c1776a (diff)
downloadppe42-gcc-6e8739c9b4474c1f831b8e414d6698c59b773504.tar.gz
ppe42-gcc-6e8739c9b4474c1f831b8e414d6698c59b773504.zip
2005-02-01 Paolo Carlini <pcarlini@suse.de>
* include/bits/cpp_type_traits.h: Rename _M_type fields to __value, except for __enable_if, _M_type -> __type, consistently with the other traits. * include/bits/stl_algobase.h: Tweak consistently. * include/bits/stl_tree.h: Likewise. * include/bits/valarray_array.h: Likewise. * include/c_std/std_cmath.h: Likewise. * include/debug/safe_iterator.h: Likewise. * include/std/std_complex.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94538 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/std/std_complex.h')
-rw-r--r--libstdc++-v3/include/std/std_complex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/std/std_complex.h b/libstdc++-v3/include/std/std_complex.h
index 2ef5817755e..1a5c6a0a259 100644
--- a/libstdc++-v3/include/std/std_complex.h
+++ b/libstdc++-v3/include/std/std_complex.h
@@ -640,7 +640,7 @@ namespace std
inline _Tp
norm(const complex<_Tp>& __z)
{
- return _Norm_helper<__is_floating<_Tp>::_M_type
+ return _Norm_helper<__is_floating<_Tp>::__value
&& !_GLIBCXX_FAST_MATH>::_S_do_it(__z);
}
OpenPOWER on IntegriCloud