]> git.ipfire.org Git - thirdparty/gcc.git/commit
PR libstdc++/65279
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 2 Mar 2015 17:50:55 +0000 (17:50 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 2 Mar 2015 17:50:55 +0000 (17:50 +0000)
commitc09ad711b5fab5f889dfb68ab8f09e1f886d296a
tree9bb515a86ab0be192777010d69aca71e0fe25c64
parentfc75f86bca249ef8f76bbb9fbb765dd424869adc
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@221119 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/include/std/scoped_allocator
libstdc++-v3/testsuite/20_util/scoped_allocator/65279.cc [new file with mode: 0644]