From 0f509bb7d5a6e6ddc05fce24bc46880c901b44ab Mon Sep 17 00:00:00 2001 From: Paolo Carlini Date: Mon, 11 Jul 2011 17:19:53 +0000 Subject: testsuite_allocator.h (propagating_allocator<>:: operator=(const propagating_allocator<>&)): Retun *this. 2011-07-11 Paolo Carlini * testsuite/util/testsuite_allocator.h (propagating_allocator<>:: operator=(const propagating_allocator<>&)): Retun *this. From-SVN: r176169 --- libstdc++-v3/testsuite/util/testsuite_allocator.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libstdc++-v3/testsuite') diff --git a/libstdc++-v3/testsuite/util/testsuite_allocator.h b/libstdc++-v3/testsuite/util/testsuite_allocator.h index 3b9fb28..5ef5cdb 100644 --- a/libstdc++-v3/testsuite/util/testsuite_allocator.h +++ b/libstdc++-v3/testsuite/util/testsuite_allocator.h @@ -408,6 +408,7 @@ namespace __gnu_test { static_assert(P2, "assigning propagating_allocator"); propagating_allocator(a).swap_base(*this); + return *this; } // postcondition: a.get_personality() == 0 -- cgit v1.1