2017-10-18 23:35:48 +09:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<explicit-failures-markup>
|
|
|
|
|
<!-- fusion -->
|
|
|
|
|
<library name="fusion">
|
|
|
|
|
<mark-expected-failures>
|
2017-10-19 10:51:44 +01:00
|
|
|
<test name="define_struct_inline_move"/>
|
|
|
|
|
<test name="define_tpl_struct_inline_move"/>
|
2017-10-18 23:35:48 +09:00
|
|
|
<toolset name="msvc-10.0"/>
|
|
|
|
|
<toolset name="msvc-11.0"/>
|
|
|
|
|
<toolset name="msvc-12.0"/>
|
2017-10-20 22:30:42 +09:00
|
|
|
<toolset name="qcc-4.4.2_x86"/>
|
2018-03-03 16:20:08 +09:00
|
|
|
<toolset name="gcc-4.4~c++0x*"/>
|
|
|
|
|
<toolset name="gcc-4.4~gnu0x*"/>
|
2017-10-18 23:35:48 +09:00
|
|
|
<note author="Kohei Takahashi">
|
|
|
|
|
The compiler doesn't generate defaulted move ctor/assgin thus
|
2017-10-20 22:30:59 +09:00
|
|
|
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.
|
2017-10-18 23:35:48 +09:00
|
|
|
</note>
|
|
|
|
|
</mark-expected-failures>
|
|
|
|
|
</library>
|
|
|
|
|
</explicit-failures-markup>
|