aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-01-23 08:14:09 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-01-23 08:14:09 +0200
commit7c9d4543838490670b632c7049bea53d58d78487 (patch)
tree288c0c745c4b2ccaf28375ccd262ac11d25ea4e1
parent7feb2014005750c6fe4ef7b76740663c2259d3a9 (diff)
Add comment
-rw-r--r--odb/context.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/odb/context.hxx b/odb/context.hxx
index 6b532fa..83d0747 100644
--- a/odb/context.hxx
+++ b/odb/context.hxx
@@ -1087,7 +1087,8 @@ public:
// Per-database customizable functionality.
//
protected:
- // Return empty string if there is no mapping.
+ // Return empty string if there is no mapping. The type passed is
+ // already cvr-unqualified.
//
string
database_type (semantics::type& t, semantics::names* hint, bool id)