diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-10-13 11:12:24 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-10-13 11:12:24 +0200 |
commit | 19bec2f1d72b0d55cf8baa066f216e91a98640dd (patch) | |
tree | 200a96217b97c71a0a5b5e197795ccfe9347c8a1 | |
parent | f79a7e2cc674cae223e7a2df03aaad47978761e7 (diff) |
Add throw_system_error to utility
-rw-r--r-- | build2/utility.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build2/utility.hxx b/build2/utility.hxx index 389d6cc..a6f6fa6 100644 --- a/build2/utility.hxx +++ b/build2/utility.hxx @@ -72,6 +72,7 @@ namespace build2 using butl::make_exception_guard; using butl::throw_generic_error; + using butl::throw_system_error; // Basic string utilities. // |