mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-30 04:27:30 +02:00
Merge pull request #156 from danieljames/develop
Make explicit-failures-markup.xml valid
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user