mirror of
https://github.com/boostorg/boost.git
synced 2025-04-08 06:43:09 +00:00
Merged utility\swap failures to release branch.
[SVN r49764]
This commit is contained in:
parent
1af680ecc1
commit
f9c1f05eb5
1 changed files with 16 additions and 0 deletions
|
@ -5631,6 +5631,22 @@ choosing instead to bind them to the private (and unimplemented) copy constructo
|
|||
</mark-expected-failures>
|
||||
</library>
|
||||
|
||||
<!-- utility/swap -->
|
||||
<library name="utility/swap">
|
||||
<mark-expected-failures>
|
||||
<test name="specialized_in_std"/>
|
||||
<toolset name="borland-6.10.0"/>
|
||||
<note author="Niels Dekker" date="2008-11-11">
|
||||
The definition of a custom template specialization of std::swap
|
||||
appears to trigger an Internal compiler error ("Fatal F1004") on
|
||||
Codegear/Borland 6.10.0. Nicola Musatti helped me with this issue.
|
||||
See also: "[boost] [utility/swap] Internal compiler error
|
||||
Siliconman borland-6.10.0 (CodeGear?)",
|
||||
http://lists.boost.org/Archives/boost/2008/11/144465.php
|
||||
</note>
|
||||
</mark-expected-failures>
|
||||
</library>
|
||||
|
||||
|
||||
<!-- utility -->
|
||||
<library name="utility">
|
||||
|
|
Loading…
Add table
Reference in a new issue