diff options
Diffstat (limited to 'libbuild2/diagnostics.hxx')
-rw-r--r-- | libbuild2/diagnostics.hxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libbuild2/diagnostics.hxx b/libbuild2/diagnostics.hxx index 9008fc3..4b3af4e 100644 --- a/libbuild2/diagnostics.hxx +++ b/libbuild2/diagnostics.hxx @@ -356,6 +356,12 @@ namespace build2 } location_prologue + operator() (const location_value& l) const + { + return location_prologue (epilogue_, type_, mod_, name_, l, sverb_ ()); + } + + location_prologue operator() (const path_name& f) const { return location_prologue (epilogue_, type_, mod_, name_, f, sverb_ ()); |