diff options
-rw-r--r-- | odb/details/config.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
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 |