From 7eff6adfe294038c723c8059a5993a533551f6cc Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 13 Aug 2019 21:32:05 +0300 Subject: Add load_default_options() function template overload that accepts tracing function --- tests/default-options/driver.cxx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/default-options/driver.cxx b/tests/default-options/driver.cxx index a2ed43d..535df31 100644 --- a/tests/default-options/driver.cxx +++ b/tests/default-options/driver.cxx @@ -150,9 +150,11 @@ main (int argc, const char* argv[]) // Load and print the default options. // default_options def_ops ( - load_default_options (sys_dir, - home_dir, - fs)); + load_default_options ( + sys_dir, + home_dir, + fs, + [] (const path&, bool) {})); if (print_entries) { -- cgit v1.1