aboutsummaryrefslogtreecommitdiff
path: root/odb/details/config.h.in
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-03-02 14:11:03 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-03-02 14:11:03 +0200
commit64cfe5e150e2d3e58dde1a6701d8c734c20e0848 (patch)
tree600adad0eb7f41cd5e1a4e34a28922db4024684f /odb/details/config.h.in
parent8a9e1081c026a092c7dfb28fbd079b88850c7233 (diff)
Reimplement C++11 support to be header-only
This way, the same build of the runtime libraries can be used in both C++98 and C++11 modes. This is important for when runtimes are installed or packaged.
Diffstat (limited to 'odb/details/config.h.in')
-rw-r--r--odb/details/config.h.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/odb/details/config.h.in b/odb/details/config.h.in
index 5e71765..2422d98 100644
--- a/odb/details/config.h.in
+++ b/odb/details/config.h.in
@@ -14,8 +14,6 @@
#undef ODB_THREADS_TLS_KEYWORD
#undef ODB_THREADS_TLS_DECLSPEC
-#undef ODB_CXX11
-
#undef LIBODB_STATIC_LIB
#endif /* ODB_DETAILS_CONFIG_H */