From 64cfe5e150e2d3e58dde1a6701d8c734c20e0848 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 2 Mar 2012 14:11:03 +0200 Subject: 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. --- odb/details/config.h.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'odb/details/config.h.in') 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 */ -- cgit v1.1