aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-01-18 08:30:14 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-01-18 08:31:20 +0200
commitd53be7bd218ef2cb53759b0d5d0e7d9596435eaa (patch)
treedc9b188ae6f4fdc6d5df1f9e5806d2fa4f0beea4
parent251f950548e982598a69d6dbe773d19646c4ff75 (diff)
Fix incorrect C++11 feature macro name
-rw-r--r--odb/details/config.hxx6
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