diff --git a/meta/explicit-failures-markup.xml b/meta/explicit-failures-markup.xml new file mode 100644 index 00000000..ffed9d81 --- /dev/null +++ b/meta/explicit-failures-markup.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + 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. + + + +