Added a workaround for MSVC that allows to prevent conversion to void*.

[SVN r84116]
This commit is contained in:
Andrey Semashev 2013-05-02 19:37:32 +00:00
parent c252964afb
commit 686e8d4678
2 changed files with 1 additions and 9 deletions

@ -1 +1 @@
Subproject commit 5028bbede6c1239a4e906801866e47f3ae80b7f0
Subproject commit 86497e89a252679de7452c417a1138ea32791d9a

View file

@ -2564,14 +2564,6 @@
Boost.Filesystem used by Boost.Log does not support Windows Mobile.
</note>
</mark-unusable>
<mark-expected-failures>
<test name="util_explicit_operator_bool_conv_pvoid"/>
<toolset name="msvc-*"/>
<note author="Andrey Semashev" date="02 May 2013">
MSVC performs implicit conversion of pointers to members to void*,
which is against the standard (4.11, [conv.mem]) and is verified by this test.
</note>
</mark-expected-failures>
</library>
<!-- logic -->