From 6b047a5d276eec155a7a4da1ec51b92d6eb74585 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Hunold?= Date: Thu, 18 Dec 2014 23:10:33 +0100 Subject: [PATCH] Fix: activate virtual destructors for all msvc versions --- include/boost/test/detail/config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/test/detail/config.hpp b/include/boost/test/detail/config.hpp index f4cfd0eb8b..45ed4c7bb5 100644 --- a/include/boost/test/detail/config.hpp +++ b/include/boost/test/detail/config.hpp @@ -64,7 +64,7 @@ class type_info; //____________________________________________________________________________// -#if defined(__GNUC__) || BOOST_WORKAROUND(BOOST_MSVC, == 1400) +#if defined(__GNUC__) || defined(BOOST_MSVC) #define BOOST_TEST_PROTECTED_VIRTUAL virtual #else #define BOOST_TEST_PROTECTED_VIRTUAL