aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/variable.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-06-03 09:16:21 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-06-03 09:16:21 +0200
commit2650fe1faaee8202cb7361f2e8cf0c790c3fd946 (patch)
tree16efdbbf55d9ffd4676e287a50e111fb043b4bff /libbuild2/variable.hxx
parent1cc657a1ae2d496c0467a7c33257aa3cd2bfc3a8 (diff)
Get rid of remaining typedef's
Diffstat (limited to 'libbuild2/variable.hxx')
-rw-r--r--libbuild2/variable.hxx2
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) {}