From d27acb2d954b844658cc79df8eb980f2b00ba7bb Mon Sep 17 00:00:00 2001 From: Automated Commit Date: Tue, 31 Oct 2017 01:25:17 +0000 Subject: [PATCH] Update explicit-failures-markup.xml --- status/explicit-failures-markup.xml | 45 ++++++++++------------------- 1 file changed, 15 insertions(+), 30 deletions(-) diff --git a/status/explicit-failures-markup.xml b/status/explicit-failures-markup.xml index bfac9b90da..5ac43aeae8 100644 --- a/status/explicit-failures-markup.xml +++ b/status/explicit-failures-markup.xml @@ -2091,40 +2091,25 @@ - - - - - - - - - - - - - The compiler does not support features that are - essential for the library. - - - - - - - - - - - Those failures are due to not quite const-correct overload - resolution. The complaints from the test suite should rarely - matter in practice - the corresponding components are basically - usable. With aCC6, when compiled in strict ansi mode, the test - succeeds. + + + + + + + + + + The compiler doesn't generate defaulted move ctor/assgin thus + 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. - +