From 6e35807bd495c0001cba229fd082e45f0421100e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 19 Jun 2015 19:57:35 +0200 Subject: Populate custom type map, make available in context --- odb/validator.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'odb/validator.hxx') diff --git a/odb/validator.hxx b/odb/validator.hxx index 3ffa470..5159946 100644 --- a/odb/validator.hxx +++ b/odb/validator.hxx @@ -11,7 +11,8 @@ class validator_failed {}; -// The first pass is performed before processing. The second -- after. +// The first pass is performed after processing pass 1 but before +// processing pass 2. The second -- after pass 2. // void validate (options const&, -- cgit v1.1