[Bug libstdc++/65279] [4.8/4.9/5 Regression] std::scoped_allocator_adaptor is not assignable

redi at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Mar 2 17:51:00 GMT 2015


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65279

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Author: redi
Date: Mon Mar  2 17:50:55 2015
New Revision: 221119

URL: https://gcc.gnu.org/viewcvs?rev=221119&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:
    trunk/libstdc++-v3/testsuite/20_util/scoped_allocator/65279.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/std/scoped_allocator



More information about the Gcc-bugs mailing list