re PR libstdc++/65279 (std::scoped_allocator_adaptor is not assignable)
authorJonathan Wakely <jwakely@redhat.com>
Mon, 2 Mar 2015 17:50:55 +0000 (17:50 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Mon, 2 Mar 2015 17:50:55 +0000 (17:50 +0000)
commit9d8dbe732a0df0604dd1a2db1e4495e3eba686a8
tree9bb515a86ab0be192777010d69aca71e0fe25c64
parente59a2e945eaaefc35355a4b8cc301981ab131e9e
re PR libstdc++/65279 (std::scoped_allocator_adaptor is not assignable)

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.

From-SVN: r221119
libstdc++-v3/ChangeLog
libstdc++-v3/include/std/scoped_allocator
libstdc++-v3/testsuite/20_util/scoped_allocator/65279.cc [new file with mode: 0644]