mirror of
https://github.com/boostorg/boost.git
synced 2025-04-16 18:24:43 +00:00
Minor hash test changes.
Merged revisions 53522-53523 via svnmerge from https://svn.boost.org/svn/boost/trunk ........ r53522 | danieljames | 2009-06-01 07:49:45 +0100 (Mon, 01 Jun 2009) | 1 line Test the hash functions for a couple of typedefs. ........ r53523 | danieljames | 2009-06-01 07:50:14 +0100 (Mon, 01 Jun 2009) | 2 lines Recent versions of borland haven't fixed some of their namespace bugs, so mark up their hash failures for all versions. ........ [SVN r53686]
This commit is contained in:
parent
6ec40f652d
commit
572e38e6c6
2 changed files with 3 additions and 7 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 594caeb0afe02531accc66f5fa106f23c9a7d7c3
|
||||
Subproject commit 697c7f95dd02af02c1f1b4c7554c34fa9d15a6bd
|
|
@ -1716,9 +1716,7 @@
|
|||
|
||||
<mark-expected-failures>
|
||||
<test name="point" />
|
||||
<toolset name="borland-5.6*"/>
|
||||
<toolset name="borland-5.8*"/>
|
||||
<toolset name="borland-5.9*"/>
|
||||
<toolset name="borland-*"/>
|
||||
<note author="Daniel James">
|
||||
It appears that Borland doesn't find friend functions defined
|
||||
in a class by ADL. This is easily fixed but this example is
|
||||
|
@ -1729,9 +1727,7 @@
|
|||
|
||||
<mark-expected-failures>
|
||||
<test name="hash_global_namespace_test" />
|
||||
<toolset name="borland-5.6*"/>
|
||||
<toolset name="borland-5.8*"/>
|
||||
<toolset name="borland-5.9*"/>
|
||||
<toolset name="borland-*"/>
|
||||
<note author="Daniel James">
|
||||
The test demonstrates a Borland bug - functions that aren't
|
||||
in a namespace don't appear to be found by ADL.
|
||||
|
|
Loading…
Add table
Reference in a new issue