summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2013-03-27 20:53:28 +0100
committerPiotr Dziwinski <piotrdz@gmail.com>2013-03-27 20:54:04 +0100
commit8301a3639be3ffbc6963206aa0634464d943229a (patch)
tree08342784bae736d678afa758df7f2d3e14d0485f /src
parent672abbbbca5bd12441a2e3ebca0d04bfa529e84f (diff)
downloadcolobot-8301a3639be3ffbc6963206aa0634464d943229a.tar.gz
colobot-8301a3639be3ffbc6963206aa0634464d943229a.tar.bz2
colobot-8301a3639be3ffbc6963206aa0634464d943229a.zip
Moved boost flags to CMakeLists
Diffstat (limited to 'src')
-rw-r--r--src/common/profile.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/common/profile.h b/src/common/profile.h
index ee7ac46..7f99d81 100644
--- a/src/common/profile.h
+++ b/src/common/profile.h
@@ -23,10 +23,6 @@
#include "common/singleton.h"
-// this is just to fix problem with undefined reference when compiling with c++11 support
-#define BOOST_NO_SCOPED_ENUMS
-#define BOOST_NO_CXX11_SCOPED_ENUMS
-
#include <boost/property_tree/ptree.hpp>
#include <boost/filesystem.hpp>
#include <boost/algorithm/string/replace.hpp>