OSDN Git Service

2011-06-11 Jonathan Wakely <jwakely.gcc@gmail.com>
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 11 Jun 2011 16:05:08 +0000 (16:05 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 11 Jun 2011 16:05:08 +0000 (16:05 +0000)
commit6d1dcd7318eaca7b23d722d802d7a87d47bd0023
tree447dd60007e928ad8f52ed863e1e46067492b948
parentfe71c94c52c3db0175995d1ad158d7fb7e1c9fb5
2011-06-11  Jonathan Wakely  <jwakely.gcc@gmail.com>

* include/ext/extptr_allocator.h (construct, destroy): Fix for C++0x
mode by overloading to take allocator's pointer type.
* testsuite/23_containers/vector/ext_pointer/types/2.cc: New.
* testsuite/23_containers/vector/ext_pointer/explicit_instantiation/
2.cc: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174958 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/include/ext/extptr_allocator.h
libstdc++-v3/testsuite/23_containers/vector/ext_pointer/explicit_instantiation/2.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/vector/ext_pointer/types/2.cc [new file with mode: 0644]