mirror of
https://github.com/boostorg/boost.git
synced 2025-04-06 14:05:01 +00:00
Added a workaround for MSVC that allows to prevent conversion to void*.
[SVN r84116]
This commit is contained in:
parent
c252964afb
commit
686e8d4678
2 changed files with 1 additions and 9 deletions
2
libs/log
2
libs/log
|
@ -1 +1 @@
|
|||
Subproject commit 5028bbede6c1239a4e906801866e47f3ae80b7f0
|
||||
Subproject commit 86497e89a252679de7452c417a1138ea32791d9a
|
|
@ -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 -->
|
||||
|
|
Loading…
Add table
Reference in a new issue