From cbda55b962a509b22d40c58d8f96ff33706e159c Mon Sep 17 00:00:00 2001 From: Kohei Takahashi Date: Wed, 18 Oct 2017 23:35:48 +0900 Subject: [PATCH] Added repo local failure markups. --- meta/explicit-failures-markup.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 meta/explicit-failures-markup.xml 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. + + + +