From 3012187847b2783c49153db3f5486b84074cb2b0 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 28 Feb 2012 12:38:15 +0200 Subject: Build infrastructure for C++11 support --- odb/details/config.h.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'odb/details/config.h.in') diff --git a/odb/details/config.h.in b/odb/details/config.h.in index 2422d98..5e71765 100644 --- a/odb/details/config.h.in +++ b/odb/details/config.h.in @@ -14,6 +14,8 @@ #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