From 6cfb87b3ffa8a41800b4b6907160fe0f80b79f9f Mon Sep 17 00:00:00 2001 From: Automated Commit Date: Fri, 20 Oct 2017 14:25:19 +0000 Subject: [PATCH] Update explicit-failures-markup.xml --- status/explicit-failures-markup.xml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/status/explicit-failures-markup.xml b/status/explicit-failures-markup.xml index e4e701787c..eefa26a030 100644 --- a/status/explicit-failures-markup.xml +++ b/status/explicit-failures-markup.xml @@ -2246,12 +2246,15 @@ + + + The compiler doesn't generate defaulted move ctor/assgin thus - perform copy construction/assginment. The `inline` versions - don't provide move ctor/assign to preserve standard layout - constraint. Since that is not documented behaviour, it might - be changed in future release. + perform copy construction/assginment. Even though such case, + the `inline` versions don't force generating move ctor/assign + to preserve trivial requirements. Since that is not documented + behaviour, it might be changed in future release.