aboutsummaryrefslogtreecommitdiff
path: root/odb/include.cxx
diff options
context:
space:
mode:
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;