]> git.ipfire.org Git - thirdparty/gcc.git/commit
type_traits: Implement remove_extent and remove_all_extents.
authorPaolo Carlini <pcarlini@suse.de>
Thu, 9 Dec 2004 17:54:27 +0000 (17:54 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Thu, 9 Dec 2004 17:54:27 +0000 (17:54 +0000)
commit366e6bd1733bb53b0f555ea4365e9d16f24fa143
tree649ea26a46033cfbb893bc486b9a1d1ad0c58c48
parent88d6095610c1186ca5cdf4e2dc85c6ab2c59ce31
type_traits: Implement remove_extent and remove_all_extents.

2004-12-09  Paolo Carlini  <pcarlini@suse.de>

* include/tr1/type_traits: Implement remove_extent and
remove_all_extents.
* testsuite/tr1/4_metaprogramming/array_modifications/
remove_all_extents.cc: New.
* testsuite/tr1/4_metaprogramming/array_modifications/
remove_extent.cc: Likewise.

From-SVN: r91958
libstdc++-v3/ChangeLog
libstdc++-v3/include/tr1/type_traits
libstdc++-v3/testsuite/tr1/4_metaprogramming/array_modifications/remove_all_extents.cc [new file with mode: 0644]
libstdc++-v3/testsuite/tr1/4_metaprogramming/array_modifications/remove_extent.cc [new file with mode: 0644]