OSDN Git Service

2004-12-09 Paolo Carlini <pcarlini@suse.de>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 9 Dec 2004 17:54:27 +0000 (17:54 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 9 Dec 2004 17:54:27 +0000 (17:54 +0000)
commit5bca0c6371cae851e77828200fd9032b0813a52b
tree649ea26a46033cfbb893bc486b9a1d1ad0c58c48
parentf34000977ecf311637012fcea5b383ee5969a3f6
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91958 138bc75d-0d04-0410-961f-82ee72b054a4
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]