diff options
author | Paolo Carlini <paolo.carlini@oracle.com> | 2008-05-26 02:19:57 +0000 |
---|---|---|
committer | Paolo Carlini <paolo@gcc.gnu.org> | 2008-05-26 02:19:57 +0000 |
commit | 57317d2a2c1f9b183f3ce9a6fa7b9319ee636375 (patch) | |
tree | e5dcd8edd3cb91ff276d94dd9fa90b18fc5179ca /libstdc++-v3/ChangeLog | |
parent | 73d1a02168e712a96170e9ee93d1b6509f141f0c (diff) | |
download | gcc-57317d2a2c1f9b183f3ce9a6fa7b9319ee636375.zip gcc-57317d2a2c1f9b183f3ce9a6fa7b9319ee636375.tar.gz gcc-57317d2a2c1f9b183f3ce9a6fa7b9319ee636375.tar.bz2 |
tuple: Ifndef __GXX_EXPERIMENTAL_CXX0X__ just error out.
2008-05-25 Paolo Carlini <paolo.carlini@oracle.com>
* include/std/tuple: Ifndef __GXX_EXPERIMENTAL_CXX0X__ just error out.
* include/std/date_time: Likewise.
* include/std/system_error: Likewise.
* include/std/type_traits: Likewise; fix typo in macro name.
* include/std/regex: Likewise.
* include/std/random: Likewise.
* include/std/unordered_map: Likewise.
* include/std/condition_variable: Likewise.
* include/std/unordered_set: Likewise.
* include/std/mutex: Likewise.
* include/std/array: Likewise.
* include/c_std/cmath: Fix obsolete comment.
* include/c_global/cmath: Likewise.
From-SVN: r135890
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r-- | libstdc++-v3/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index a500329..6fae3e2 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,22 @@ 2008-05-25 Paolo Carlini <paolo.carlini@oracle.com> + * include/std/tuple: Ifndef __GXX_EXPERIMENTAL_CXX0X__ just error out. + * include/std/date_time: Likewise. + * include/std/system_error: Likewise. + * include/std/type_traits: Likewise; fix typo in macro name. + * include/std/regex: Likewise. + * include/std/random: Likewise. + * include/std/unordered_map: Likewise. + * include/std/condition_variable: Likewise. + * include/std/unordered_set: Likewise. + * include/std/mutex: Likewise. + * include/std/array: Likewise. + + * include/c_std/cmath: Fix obsolete comment. + * include/c_global/cmath: Likewise. + +2008-05-25 Paolo Carlini <paolo.carlini@oracle.com> + * include/std/complex (complex<>::real(_Tp), complex<>::imag(_Tp), complex<float>::real(float), complex<float>::imag(float), complex<double>::real(double), complex<double>::imag(double), |