aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-07-30 17:16:34 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-07-30 17:16:34 +0200
commite43343d17e023e9afaeeba615ed5502c02741f8c (patch)
tree6f44642b4b5d69fe73d58ccc9bcee4c1decafbef
parent029003b46d88fbcaed2c6f96ea34216c46007f34 (diff)
Export container and section traits
-rw-r--r--odb/relational/header.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/relational/header.hxx b/odb/relational/header.hxx
index 032884a..4c27c39 100644
--- a/odb/relational/header.hxx
+++ b/odb/relational/header.hxx
@@ -417,7 +417,7 @@ namespace relational
os << "// " << m.name () << endl
<< "//" << endl
- << "struct " << name;
+ << "struct " << exp << name;
if (base)
{
@@ -1069,7 +1069,7 @@ namespace relational
os << "// " << s.member->name () << endl
<< "//" << endl
- << "struct " << name
+ << "struct " << exp << name
<< "{";
os << "typedef object_traits_impl<object_type, id_" << db <<