From 5c78fea46570d016750ef657e1b55d4d3c78cdd4 Mon Sep 17 00:00:00 2001 From: Kohei Takahashi Date: Fri, 20 Oct 2017 22:30:59 +0900 Subject: [PATCH] Fixed wording --- meta/explicit-failures-markup.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/explicit-failures-markup.xml b/meta/explicit-failures-markup.xml index 730f26fb..27438953 100644 --- a/meta/explicit-failures-markup.xml +++ b/meta/explicit-failures-markup.xml @@ -13,10 +13,10 @@ 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.