aboutsummaryrefslogtreecommitdiff
path: root/odb/include.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-09-05 10:36:33 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-09-05 10:36:33 +0200
commit428558c89850fe8c79b9c89a943bd996912d12f5 (patch)
treeb6d8af6fd6a82b3e3822f7da4637c7c16ee7100d /odb/include.cxx
parenta7ec19749a76cc262240124f5c71c1ee4051cba7 (diff)
Support for views; native part
Diffstat (limited to 'odb/include.cxx')
-rw-r--r--odb/include.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/odb/include.cxx b/odb/include.cxx
index 08e785f..16842c8 100644
--- a/odb/include.cxx
+++ b/odb/include.cxx
@@ -79,7 +79,9 @@ namespace
if (c.file () == unit.file ())
return;
- // We only generate things for objects and composite value types.
+ // We only generate things for objects and composite value types. In
+ // particular, we don't care about views since they cannot be used in
+ // definitions of other views, objects, or composite values.
//
if (!(object (c) || composite (c)))
return;