summaryrefslogtreecommitdiff
path: root/odb/common.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-07-03 20:08:05 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-07-03 20:08:05 +0200
commita7e3df85fd7180aa0daf0947e50b08d51b7e2380 (patch)
treeaef640985c21d7b2d9aaadcc3b0b376b5db83b6f /odb/common.hxx
parent80b868be1e7c249daa714b0c7a5f87694edb8664 (diff)
Add support for defining views as class template instantiations
Diffstat (limited to 'odb/common.hxx')
-rw-r--r--odb/common.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/common.hxx b/odb/common.hxx
index ef85a4b..170b33c 100644
--- a/odb/common.hxx
+++ b/odb/common.hxx
@@ -440,7 +440,7 @@ private:
columns columns_;
};
-// Traverse objects and composite values that are class template
+// Traverse objects, views, and composite values that are class template
// instantiations.
//
struct typedefs: traversal::typedefs, context