aboutsummaryrefslogtreecommitdiff
path: root/bpkg/utility.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-06-06 11:40:50 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-06-09 12:32:36 +0200
commitf0f5af955fe03fa120b69c39f4a23ff3a177769b (patch)
tree29b614333ec7c32d13290a992a30fe07e948f464 /bpkg/utility.hxx
parentb07c40f8a457bbb8f7f2d4d142e5e5e974465e25 (diff)
Implementation of evaluate_require() plus other tweaks
Diffstat (limited to 'bpkg/utility.hxx')
-rw-r--r--bpkg/utility.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/bpkg/utility.hxx b/bpkg/utility.hxx
index 2dcf46d..597800c 100644
--- a/bpkg/utility.hxx
+++ b/bpkg/utility.hxx
@@ -48,6 +48,10 @@ namespace bpkg
using butl::digit;
using butl::xdigit;
+ using butl::trim;
+ using butl::trim_left;
+ using butl::trim_right;
+
using butl::make_guard;
using butl::make_exception_guard;