https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65279
--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> --- Author: redi Date: Wed Mar 25 19:35:45 2015 New Revision: 221670 URL: https://gcc.gnu.org/viewcvs?rev=221670&root=gcc&view=rev Log: PR libstdc++/65279 * include/std/scoped_allocator (__inner_type_impl, scoped_allocator_adaptor): Add defaulted copy assignment and move assignment operators. * testsuite/20_util/scoped_allocator/65279.cc: New. Added: branches/gcc-4_8-branch/libstdc++-v3/testsuite/20_util/scoped_allocator/65279.cc Modified: branches/gcc-4_8-branch/libstdc++-v3/ChangeLog branches/gcc-4_8-branch/libstdc++-v3/include/std/scoped_allocator