aboutsummaryrefslogtreecommitdiff
path: root/mod/module.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'mod/module.cxx')
-rw-r--r--mod/module.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/mod/module.cxx b/mod/module.cxx
index 06799d7..9209f3f 100644
--- a/mod/module.cxx
+++ b/mod/module.cxx
@@ -406,4 +406,10 @@ namespace brep
else
throw cli::eos_reached ();
}
+
+ size_t handler::name_value_scanner::
+ position ()
+ {
+ return i_ - name_values_.begin ();
+ }
}