summaryrefslogtreecommitdiff
path: root/odb/relational/common.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-02-04 17:23:54 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-02-04 17:23:54 +0200
commit8e69f40ab32dc8604b68f360ae30fa961ba036ee (patch)
tree5448cea6c20f7e6c5cd80ae752b49e1a696bcd6e /odb/relational/common.cxx
parent36920a538c7b207c0b36b2270108a717479e0ed1 (diff)
Implement object loading views
See section 10.2 in the manual for details.
Diffstat (limited to 'odb/relational/common.cxx')
-rw-r--r--odb/relational/common.cxx9
1 files changed, 9 insertions, 0 deletions
diff --git a/odb/relational/common.cxx b/odb/relational/common.cxx
index 5e20f5f..22dfe48 100644
--- a/odb/relational/common.cxx
+++ b/odb/relational/common.cxx
@@ -8,6 +8,15 @@ using namespace std;
namespace relational
{
+ // member_image_type
+ //
+ string member_image_type::
+ image_type (semantics::data_member&)
+ {
+ assert (false);
+ return string ();
+ }
+
// member_database_type_id
//
string member_database_type_id::