summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2014-09-23 19:12:54 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2014-09-23 19:12:54 -0300
commita3f95c3ca516af4146f1bdf1c95fa1e2d133033f (patch)
tree84bd6959606ea05534e63d6a4ac9b5ab22d53500
parente20ece7b223e0c172979c85cb8fa9b41429be812 (diff)
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
-rw-r--r--src/main.cpp2
1 files changed, 0 insertions, 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 <unistd.h>
#include <boost/python.hpp>
-#define BOOST_NO_CXX11_SCOPED_ENUMS
#include <boost/filesystem/operations.hpp>
#include <boost/filesystem/path.hpp>
-#undef BOOST_NO_CXX11_SCOPED_ENUMS
#include <boost/algorithm/string/predicate.hpp>
#include <frameobject.h>