diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-05-14 13:07:08 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-05-14 13:07:08 +0200 |
commit | 988cc6b8056e215c9751fbebd6df4eeccf087328 (patch) | |
tree | 93d02c1242cf88631984f45cea819eeae917191a | |
parent | ed6b2b5faa5e4725c86042777e5241fcf1b53e20 (diff) |
Adjust to libbutl changes
-rw-r--r-- | build2/utility.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/utility.hxx b/build2/utility.hxx index bae2eb8..8ea1d66 100644 --- a/build2/utility.hxx +++ b/build2/utility.hxx @@ -71,7 +71,7 @@ namespace build2 using butl::trim; using butl::next_word; - using butl::exception_guard; + using butl::make_guard; using butl::make_exception_guard; using butl::throw_generic_error; |