aboutsummaryrefslogtreecommitdiff
path: root/odb
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:30:14 +0200
commite1b2f96d7801f61d8d29762ef021241fd43aa679 (patch)
tree901cf8d9c57630eb76bf583ee737b062d6dd545d /odb
parent087a2bedc2c4819b71ed40464c6566c621deeba7 (diff)
Fix incorrect C++11 feature macro name
Diffstat (limited to 'odb')
-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