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.