From 686e8d46780acc61c48b8a05cd9eafa1a349846b Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Thu, 2 May 2013 19:37:32 +0000 Subject: [PATCH] Added a workaround for MSVC that allows to prevent conversion to void*. [SVN r84116] --- libs/log | 2 +- status/explicit-failures-markup.xml | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/libs/log b/libs/log index 5028bbede6..86497e89a2 160000 --- a/libs/log +++ b/libs/log @@ -1 +1 @@ -Subproject commit 5028bbede6c1239a4e906801866e47f3ae80b7f0 +Subproject commit 86497e89a252679de7452c417a1138ea32791d9a diff --git a/status/explicit-failures-markup.xml b/status/explicit-failures-markup.xml index 736b4212a9..9b09df40c1 100644 --- a/status/explicit-failures-markup.xml +++ b/status/explicit-failures-markup.xml @@ -2564,14 +2564,6 @@ Boost.Filesystem used by Boost.Log does not support Windows Mobile. - - - - - 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. - -