From 43a57d518cf99fc693eebedefcbaa91074674f54 Mon Sep 17 00:00:00 2001 From: Emil Dotchevski Date: Tue, 15 Oct 2019 13:36:12 -0700 Subject: [PATCH] msvc warning workaround, thanks bersbersbers --- include/boost/exception/exception.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/exception/exception.hpp b/include/boost/exception/exception.hpp index ab78767..5fe3009 100644 --- a/include/boost/exception/exception.hpp +++ b/include/boost/exception/exception.hpp @@ -21,6 +21,7 @@ namespace boost { namespace exception_detail { using boost::shared_ptr; } } #endif #if defined(_MSC_VER) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS) #pragma warning(push,1) +#pragma warning(disable: 4265) #endif namespace