Commit f10b2e1c by Jonathan Wakely Committed by Jonathan Wakely

2.cc: Remove unused using declaration.

	* testsuite/experimental/type_erased_allocator/2.cc: Remove unused
	using declaration.

From-SVN: r236073
parent d7187f9e
2016-05-10 Jonathan Wakely <jwakely@redhat.com> 2016-05-10 Jonathan Wakely <jwakely@redhat.com>
* testsuite/experimental/type_erased_allocator/2.cc: Remove unused
using declaration.
PR libstdc++/71005 PR libstdc++/71005
* include/experimental/bits/fs_dir.h (__directory_iterator_proxy): * include/experimental/bits/fs_dir.h (__directory_iterator_proxy):
New type. New type.
......
...@@ -17,9 +17,9 @@ ...@@ -17,9 +17,9 @@
// with this library; see the file COPYING3. If not see // with this library; see the file COPYING3. If not see
// <http://www.gnu.org/licenses/>. // <http://www.gnu.org/licenses/>.
#include <memory>
#include <experimental/memory_resource> #include <experimental/memory_resource>
#include <experimental/utility> #include <experimental/utility>
#include <memory>
#include <testsuite_hooks.h> #include <testsuite_hooks.h>
#include <testsuite_allocator.h> #include <testsuite_allocator.h>
...@@ -27,7 +27,6 @@ using std::experimental::pmr::polymorphic_allocator; ...@@ -27,7 +27,6 @@ using std::experimental::pmr::polymorphic_allocator;
using std::experimental::pmr::memory_resource; using std::experimental::pmr::memory_resource;
using std::experimental::pmr::new_delete_resource; using std::experimental::pmr::new_delete_resource;
using std::experimental::pmr::get_default_resource; using std::experimental::pmr::get_default_resource;
using std::experimental::pmr::set_default_resource;
using std::allocator_arg_t; using std::allocator_arg_t;
enum CtorType { Default, Copy, Move, Other, Tuple, Piecewise_Default, Piecewise_Copy}; enum CtorType { Default, Copy, Move, Other, Tuple, Piecewise_Default, Piecewise_Copy};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment