aboutsummaryrefslogtreecommitdiff
path: root/odb/header.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-06-28 11:21:32 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-06-28 11:21:32 +0200
commitbf0b1014b260f04a3446a4a8ccd3817083777787 (patch)
treebf614723dffc5e10c178d7e4a5f6e6c8e7c65d45 /odb/header.cxx
parente8e2a63053ba5440cc9d4f62d248443e2b775e13 (diff)
Make build2-built ODB usable in C++98 mode
Diffstat (limited to 'odb/header.cxx')
-rw-r--r--odb/header.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/odb/header.cxx b/odb/header.cxx
index 10518a1..fdb1ea6 100644
--- a/odb/header.cxx
+++ b/odb/header.cxx
@@ -778,6 +778,7 @@ namespace header
<< "#include <odb/wrapper-traits.hxx>" << endl
<< "#include <odb/pointer-traits.hxx>" << endl;
+#ifndef ODB_BUILD2
if (ctx.options.std () == cxx_version::cxx98)
{
// In case of a boost TR1 implementation, we cannot distinguish
@@ -798,6 +799,7 @@ namespace header
<< "#endif" << endl;
}
}
+#endif
os << "#include <odb/container-traits.hxx>" << endl;