From 4a041625a666ff639ad58fb9f6b7977fb406d1a8 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sun, 1 Nov 2020 19:54:29 -0800 Subject: [PATCH] clang-tidy: use using Found with modernize-use-using Signed-off-by: Rosen Penev --- include/cxxopts.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/cxxopts.hpp b/include/cxxopts.hpp index 78457f3..707cd81 100644 --- a/include/cxxopts.hpp +++ b/include/cxxopts.hpp @@ -82,7 +82,7 @@ namespace cxxopts namespace cxxopts { - typedef icu::UnicodeString String; + using String = icu::UnicodeString; inline String @@ -217,7 +217,7 @@ namespace std namespace cxxopts { - typedef std::string String; + using String = std::string; template T