diff options
author | Paolo Carlini <pcarlini@suse.de> | 2005-01-11 12:29:31 +0000 |
---|---|---|
committer | Paolo Carlini <paolo@gcc.gnu.org> | 2005-01-11 12:29:31 +0000 |
commit | 464b277ba2697cc48d75cc5a343f4209338291d5 (patch) | |
tree | 04eac163a1c3bea2e7c37ba3b5f1b292e8f9ea82 /libstdc++-v3/ChangeLog | |
parent | 6b78f6bee5f2b59657ecb652fcb289e8db3af8dd (diff) | |
download | gcc-464b277ba2697cc48d75cc5a343f4209338291d5.zip gcc-464b277ba2697cc48d75cc5a343f4209338291d5.tar.gz gcc-464b277ba2697cc48d75cc5a343f4209338291d5.tar.bz2 |
type_traits: Implement alignment_of and aligned_storage.
2005-01-11 Paolo Carlini <pcarlini@suse.de>
* include/tr1/type_traits: Implement alignment_of and aligned_storage.
* testsuite/tr1/4_metaprogramming/other_transformations/
aligned_storage/aligned_storage.cc: New.
* testsuite/tr1/4_metaprogramming/other_transformations/
aligned_storage/typedefs.cc: Likewise.
* testsuite/tr1/4_metaprogramming/type_properties/
alignment_of/alignment_of.cc: Likewise.
* testsuite/tr1/4_metaprogramming/type_properties/
alignment_of/typedefs.cc: Likewise.
From-SVN: r93183
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r-- | libstdc++-v3/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 7652f5e..bb1599c 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,15 @@ +2005-01-11 Paolo Carlini <pcarlini@suse.de> + + * include/tr1/type_traits: Implement alignment_of and aligned_storage. + * testsuite/tr1/4_metaprogramming/other_transformations/ + aligned_storage/aligned_storage.cc: New. + * testsuite/tr1/4_metaprogramming/other_transformations/ + aligned_storage/typedefs.cc: Likewise. + * testsuite/tr1/4_metaprogramming/type_properties/ + alignment_of/alignment_of.cc: Likewise. + * testsuite/tr1/4_metaprogramming/type_properties/ + alignment_of/typedefs.cc: Likewise. + 2005-01-10 Paolo Carlini <pcarlini@suse.de> * Makefile.in: Regenerate. |