Fixed wording

This commit is contained in:
Kohei Takahashi
2017-10-20 22:30:59 +09:00
parent da4abd0dce
commit 5c78fea465

View File

@ -13,10 +13,10 @@
<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>