diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-09-28 18:01:32 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-10-01 12:15:10 +0300 |
commit | 4c7a3c1350687d2913a2e008c2c41deceedcdead (patch) | |
tree | 176952b332f8195e2bce8d95ee2129a9c1870ff9 /libbuild2/utility.hxx | |
parent | 0f88ef24789af5761c3c3dd03f9a07f5978aca91 (diff) |
Adapt to renaming butl::casecmp() to icasecmp()
Diffstat (limited to 'libbuild2/utility.hxx')
-rw-r--r-- | libbuild2/utility.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libbuild2/utility.hxx b/libbuild2/utility.hxx index f6b6d3a..8256fa4 100644 --- a/libbuild2/utility.hxx +++ b/libbuild2/utility.hxx @@ -61,9 +61,9 @@ namespace build2 using butl::compare_pointer_target; //using butl::hash_pointer_target; using butl::combine_hash; - using butl::casecmp; - using butl::case_compare_string; - using butl::case_compare_c_string; + using butl::icasecmp; + using butl::icase_compare_string; + using butl::icase_compare_c_string; using butl::lcase; using butl::alpha; using butl::alnum; |