diff options
Diffstat (limited to 'libbuild2/variable.hxx')
-rw-r--r-- | libbuild2/variable.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/variable.hxx b/libbuild2/variable.hxx index e5d8e72..9febe5e 100644 --- a/libbuild2/variable.hxx +++ b/libbuild2/variable.hxx @@ -1330,7 +1330,7 @@ namespace butl struct compare_prefix<std::reference_wrapper<const build2::variable>>: compare_prefix<std::string> { - typedef compare_prefix<std::string> base; + using base = compare_prefix<std::string>; explicit compare_prefix (char d): base (d) {} |