type_traits: Implement alignment_of and aligned_storage.
authorPaolo Carlini <pcarlini@suse.de>
Tue, 11 Jan 2005 12:29:31 +0000 (12:29 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Tue, 11 Jan 2005 12:29:31 +0000 (12:29 +0000)
commit464b277ba2697cc48d75cc5a343f4209338291d5
tree04eac163a1c3bea2e7c37ba3b5f1b292e8f9ea82
parent6b78f6bee5f2b59657ecb652fcb289e8db3af8dd
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
libstdc++-v3/ChangeLog
libstdc++-v3/include/tr1/type_traits
libstdc++-v3/testsuite/tr1/4_metaprogramming/other_transformations/aligned_storage/aligned_storage.cc [new file with mode: 0644]
libstdc++-v3/testsuite/tr1/4_metaprogramming/other_transformations/aligned_storage/typedefs.cc [new file with mode: 0644]
libstdc++-v3/testsuite/tr1/4_metaprogramming/type_properties/alignment_of/alignment_of.cc [new file with mode: 0644]
libstdc++-v3/testsuite/tr1/4_metaprogramming/type_properties/alignment_of/typedefs.cc [new file with mode: 0644]