diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2024-07-10 10:27:24 +0100 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2024-07-10 22:05:22 +0100 |
commit | d8cd8521185436ea45ed48c5dd481277e9b8a98d (patch) | |
tree | 9f8ef341aca28631a2de618f91b410d127d4e818 /gcc | |
parent | 9f758953eb2cb89e306025dc232ae20da6cb860a (diff) | |
download | gcc-d8cd8521185436ea45ed48c5dd481277e9b8a98d.zip gcc-d8cd8521185436ea45ed48c5dd481277e9b8a98d.tar.gz gcc-d8cd8521185436ea45ed48c5dd481277e9b8a98d.tar.bz2 |
libstdc++: Make std::basic_format_context non-copyable [PR114387]
Users are not supposed to create objects of this type, and there's no
reason it needs to be copyable. LWG 4061 makes it non-copyable and
non-default constructible.
libstdc++-v3/ChangeLog:
PR libstdc++/114387
* include/std/format (basic_format_context): Define copy
operations as deleted, as per LWG 4061.
* testsuite/std/format/context.cc: New test.
Diffstat (limited to 'gcc')
0 files changed, 0 insertions, 0 deletions