aboutsummaryrefslogtreecommitdiff
path: root/odb/details/config.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/details/config.hxx')
-rw-r--r--odb/details/config.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/odb/details/config.hxx b/odb/details/config.hxx
index 74f397c..4130fc3 100644
--- a/odb/details/config.hxx
+++ b/odb/details/config.hxx
@@ -39,6 +39,10 @@
# define ODB_CXX11_FUNCTION_TEMPLATE_DEFAULT_ARGUMENT
# define ODB_CXX11_VARIADIC_TEMPLATE
# define ODB_CXX11_INITIALIZER_LIST
+// GCC supports strongly typed enums from 4.4 (forward -- 4.6),
+// Clang -- 2.9 (3.1).
+//
+# define ODB_CXX11_ENUM
# endif
#endif