mirror of
https://github.com/boostorg/boost.git
synced 2025-04-06 14:05:01 +00:00
Update explicit-failures-markup.xml
This commit is contained in:
parent
045fe8d4d0
commit
6cfb87b3ff
1 changed files with 7 additions and 4 deletions
|
@ -2246,12 +2246,15 @@
|
|||
<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-gnu-4.4~c++0x*"/>
|
||||
<toolset name="gcc-gnu-4.4~gnu0x*"/>
|
||||
<note author="Kohei Takahashi">
|
||||
The compiler doesn't generate defaulted move ctor/assgin thus
|
||||
perform copy construction/assginment. The `inline` versions
|
||||
don't provide move ctor/assign to preserve standard layout
|
||||
constraint. Since that is not documented behaviour, it might
|
||||
be changed in future release.
|
||||
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>
|
||||
|
|
Loading…
Add table
Reference in a new issue