]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/23_containers/set/debug/move_assign_neg.cc
2014-06-26 François Dumont <fdumont@gcc.gnu.org>
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 23_containers / set / debug / move_assign_neg.cc
index b7f51efd3933f305daf298f4966d0b6567cec28c..b491a03276da608b0693c44f3caa2309349dbda4 100644 (file)
@@ -25,7 +25,7 @@ void test01()
 {
   bool test __attribute__((unused)) = true;
 
-  typedef __gnu_test::uneq_allocator<int> alloc_type;
+  typedef __gnu_test::propagating_allocator<int, false> alloc_type;
   typedef __gnu_debug::set<int, std::less<int>, alloc_type> test_type;
 
   test_type v1(alloc_type(1));