From e7573db2fedcc4704d599233ae4eaaa09658a4db Mon Sep 17 00:00:00 2001 From: gfgtdf Date: Mon, 9 Jun 2014 02:58:36 +0200 Subject: [PATCH] prevent msvc compiler warning --- src/gui/auxiliary/event/handler.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/gui/auxiliary/event/handler.hpp b/src/gui/auxiliary/event/handler.hpp index 9e0deeec78a2..5fd8a1084d05 100644 --- a/src/gui/auxiliary/event/handler.hpp +++ b/src/gui/auxiliary/event/handler.hpp @@ -14,7 +14,9 @@ #ifndef GUI_WIDGETS_AUXILIARY_EVENT_HANDLER_HPP_INCLUDED #define GUI_WIDGETS_AUXILIARY_EVENT_HANDLER_HPP_INCLUDED - +#ifdef BOOST_MPL_LIMIT_SET_SIZE +#undef BOOST_MPL_LIMIT_SET_SIZE +#endif #define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS #define BOOST_MPL_LIMIT_SET_SIZE 30