forked from boostorg/fusion
Fixed wording
This commit is contained in:
@ -13,10 +13,10 @@
|
|||||||
<toolset name="gcc-gnu-4.4~gnu0x*"/>
|
<toolset name="gcc-gnu-4.4~gnu0x*"/>
|
||||||
<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. Even though such case,
|
||||||
don't provide move ctor/assign to preserve standard layout
|
the `inline` versions don't force generating move ctor/assign
|
||||||
constraint. Since that is not documented behaviour, it might
|
to preserve trivial requirements. Since that is not documented
|
||||||
be changed in future release.
|
behaviour, it might be changed in future release.
|
||||||
</note>
|
</note>
|
||||||
</mark-expected-failures>
|
</mark-expected-failures>
|
||||||
</library>
|
</library>
|
||||||
|
Reference in New Issue
Block a user