From 428558c89850fe8c79b9c89a943bd996912d12f5 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 5 Sep 2011 10:36:33 +0200 Subject: Support for views; native part --- odb/include.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'odb/include.cxx') 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; -- cgit v1.1