aboutsummaryrefslogtreecommitdiff
path: root/odb/details/config-vc.h
diff options
context:
space:
mode:
Diffstat (limited to 'odb/details/config-vc.h')
-rw-r--r--odb/details/config-vc.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/odb/details/config-vc.h b/odb/details/config-vc.h
index 4ab9a7e..6b1da9e 100644
--- a/odb/details/config-vc.h
+++ b/odb/details/config-vc.h
@@ -11,4 +11,10 @@
#define ODB_THREADS_WIN32
#define ODB_THREADS_TLS_DECLSPEC
+/* VC++10 has C++11 always enabled.
+ */
+#if _MSC_VER >= 1600
+# define ODB_CXX11
+#endif
+
#endif /* ODB_DETAILS_CONFIG_VC_H */