summaryrefslogtreecommitdiff
path: root/src/common/const_array.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/const_array.hpp')
-rw-r--r--src/common/const_array.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/const_array.hpp b/src/common/const_array.hpp
index eb0da58..db8416d 100644
--- a/src/common/const_array.hpp
+++ b/src/common/const_array.hpp
@@ -28,7 +28,7 @@
#include <string>
#include <vector>
-#ifdef ANNOYING_GCC46_WORKAROUNDS
+#ifdef WORKAROUND_GCC46_COMPILER
// constexpr is buggy with templates in this version
# define constexpr /* nothing */
#endif
@@ -161,7 +161,7 @@ public:
: const_array<char>(a)
{}
};
-#ifdef ANNOYING_GCC46_WORKAROUNDS
+#ifdef WORKAROUND_GCC46_COMPILER
# undef constexpr
#endif