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/processor.hxx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'odb/processor.hxx') diff --git a/odb/processor.hxx b/odb/processor.hxx index e62dd25..b010d6c 100644 --- a/odb/processor.hxx +++ b/odb/processor.hxx @@ -11,10 +11,14 @@ class processor_failed {}; +// Pass one is very early processing before any validation has been +// done. +// void process (options const&, features&, semantics::unit&, - semantics::path const&); + semantics::path const&, + unsigned short pass); #endif // ODB_PROCESSOR_HXX -- cgit v1.1