From a3f95c3ca516af4146f1bdf1c95fa1e2d133033f Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Tue, 23 Sep 2014 19:12:54 -0300 Subject: Revert "Prevent incompatibility issues with c++11" This reverts commit 3b45e320964edee7cd9b114935ead200ff8e9c3a. Remove define/undef since they cause an error in the launcher's compilation with the current bundler script that uses boost 1.56.0 --- src/main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index eb709e9..e7169c2 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -6,10 +6,8 @@ #include #include -#define BOOST_NO_CXX11_SCOPED_ENUMS #include #include -#undef BOOST_NO_CXX11_SCOPED_ENUMS #include #include -- cgit v1.2.3