From e1b2f96d7801f61d8d29762ef021241fd43aa679 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 18 Jan 2014 08:30:14 +0200 Subject: Fix incorrect C++11 feature macro name --- odb/details/config.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'odb') diff --git a/odb/details/config.hxx b/odb/details/config.hxx index 4130fc3..b8690cc 100644 --- a/odb/details/config.hxx +++ b/odb/details/config.hxx @@ -15,7 +15,7 @@ # if defined(__GXX_EXPERIMENTAL_CXX0X__) || __cplusplus >= 201103L # define ODB_CXX11 # if __GNUC__ >= 4 && __GNUC_MINOR__ >= 6 -# define ODB_CXX_NULLPTR +# define ODB_CXX11_NULLPTR # endif # define ODB_CXX11_DELETED_FUNCTION # define ODB_CXX11_EXPLICIT_CONVERSION_OPERATOR @@ -29,10 +29,10 @@ # define ODB_CXX11 # ifdef __GNUC__ # if __GNUC__ >= 4 && __GNUC_MINOR__ >= 6 -# define ODB_CXX_NULLPTR +# define ODB_CXX11_NULLPTR # endif # else -# define ODB_CXX_NULLPTR +# define ODB_CXX11_NULLPTR # endif # define ODB_CXX11_DELETED_FUNCTION # define ODB_CXX11_EXPLICIT_CONVERSION_OPERATOR -- cgit v1.1