Make explicit-failures-markup.xml valid

The xml needs to be valid according to:

https://github.com/boostorg/boost/blob/develop/status/explicit-failures.xsd

It requires that the elements are in a certain order. I suspect that the
scripts don't actually require that, but I don't know for sure.
This commit is contained in:
Daniel James
2017-10-19 10:51:44 +01:00
parent e18aa85602
commit 3085f76d31

View File

@ -3,11 +3,11 @@
<!-- fusion --> <!-- fusion -->
<library name="fusion"> <library name="fusion">
<mark-expected-failures> <mark-expected-failures>
<test name="define_struct_inline_move"/>
<test name="define_tpl_struct_inline_move"/>
<toolset name="msvc-10.0"/> <toolset name="msvc-10.0"/>
<toolset name="msvc-11.0"/> <toolset name="msvc-11.0"/>
<toolset name="msvc-12.0"/> <toolset name="msvc-12.0"/>
<test name="define_struct_inline_move"/>
<test name="define_tpl_struct_inline_move"/>
<note author="Kohei Takahashi"> <note author="Kohei Takahashi">
The compiler doesn't generate defaulted move ctor/assgin thus The compiler doesn't generate defaulted move ctor/assgin thus
perform copy construction/assginment. The `inline` versions perform copy construction/assginment. The `inline` versions