summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/fusion/meta/explicit-failures-markup.xml
blob: c2e6ea9796077b2805f5af41300c1b01c2700106 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<explicit-failures-markup>
    <!-- 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"/>
            <toolset name="qcc-4.4.2_x86"/>
            <toolset name="gcc-4.4~c++0x*"/>
            <toolset name="gcc-4.4~gnu0x*"/>
            <note author="Kohei Takahashi">
                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.
            </note>
        </mark-expected-failures>
    </library>
</explicit-failures-markup>