From 2650fe1faaee8202cb7361f2e8cf0c790c3fd946 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 3 Jun 2020 09:16:21 +0200 Subject: Get rid of remaining typedef's --- libbuild2/spec.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libbuild2/spec.hxx') diff --git a/libbuild2/spec.hxx b/libbuild2/spec.hxx index 3a760c6..d2ed609 100644 --- a/libbuild2/spec.hxx +++ b/libbuild2/spec.hxx @@ -16,7 +16,7 @@ namespace build2 { struct targetspec { - typedef build2::name name_type; + using name_type = build2::name; explicit targetspec (name_type n): name (move (n)) {} @@ -52,7 +52,7 @@ namespace build2 values params; }; - typedef vector buildspec; + using buildspec = vector; LIBBUILD2_SYMEXPORT ostream& operator<< (ostream&, const targetspec&); -- cgit v1.1