From fcfcc12f5f00bc2f646f4fe4f02d5ffed4a683dc Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 23 Nov 2020 15:30:56 +0300 Subject: Add $string.lcase() and $string.ucase() functions --- libbuild2/utility.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'libbuild2/utility.hxx') diff --git a/libbuild2/utility.hxx b/libbuild2/utility.hxx index 7dbff2f..369e58b 100644 --- a/libbuild2/utility.hxx +++ b/libbuild2/utility.hxx @@ -66,6 +66,7 @@ namespace build2 using butl::icase_compare_string; using butl::icase_compare_c_string; using butl::lcase; + using butl::ucase; using butl::alpha; using butl::alnum; using butl::digit; -- cgit v1.1