Unordered: More compilers without SFINAE expressions.

[SVN r74132]
This commit is contained in:
Daniel James 2011-08-29 15:18:29 +00:00
parent c1b529ae92
commit 78951f477a

View file

@ -6070,6 +6070,8 @@ These tests will fail in most compilers that don't support rvalue references.
<toolset name="msvc-8.*"/>
<toolset name="sun-*"/>
<toolset name="pgi-*"/>
<toolset name="pathscale-*"/>
<toolset name="intel-*"/>
<note author="Daniel James">
This requires SFINAE expressions.
</note>