mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-29 20:17:32 +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 -->
|
||||
<library name="fusion">
|
||||
<mark-expected-failures>
|
||||
<test name="define_struct_inline_move"/>
|
||||
<test name="define_tpl_struct_inline_move"/>
|
||||
<toolset name="msvc-10.0"/>
|
||||
<toolset name="msvc-11.0"/>
|
||||
<toolset name="msvc-12.0"/>
|
||||
<test name="define_struct_inline_move"/>
|
||||
<test name="define_tpl_struct_inline_move"/>
|
||||
<note author="Kohei Takahashi">
|
||||
The compiler doesn't generate defaulted move ctor/assgin thus
|
||||
perform copy construction/assginment. The `inline` versions
|
||||
|
Reference in New Issue
Block a user