From 3ba196391f2eca99d709d688787779252536c785 Mon Sep 17 00:00:00 2001 From: Arthur O'Dwyer Date: Sun, 31 Dec 2023 19:32:32 -0500 Subject: [PATCH] D1144R10: Relevance of operator= (this should become a blog post, too) --- d1144-object-relocation.bs | 108 +++++++++++++++++++++++---------- d1144-object-relocation.html | 112 ++++++++++++++++++++++++----------- 2 files changed, 156 insertions(+), 64 deletions(-) diff --git a/d1144-object-relocation.bs b/d1144-object-relocation.bs index 6766ec1b36d..e01b5ebcf85 100644 --- a/d1144-object-relocation.bs +++ b/d1144-object-relocation.bs @@ -2,7 +2,7 @@ Title: std::is_trivially_relocatable Shortname: D1144 Revision: 10 -!Draft Revision: 59 +!Draft Revision: 60 Audience: LEWG, EWG Status: D Group: WG21 @@ -16,7 +16,7 @@ Abstract: We propose a compiler rule that propagates trivial relocatability among Rule-of-Zero types. Finally, we propose a standard syntax for a user-defined type (e.g. boost::container::static_vector) to warrant to the implementation that it is trivially relocatable. -Date: 2023-12-22 +Date: 2023-12-31