clang-tidy: use using

Found with modernize-use-using

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2021-04-26 23:49:31 -07:00
committed by Luis Díaz Más
parent b3040da54c
commit bd6a996181
20 changed files with 81 additions and 87 deletions
+1 -1
View File
@@ -362,7 +362,7 @@ namespace Exiv2 {
{
Uri result;
typedef std::string::const_iterator iterator_t;
using iterator_t = std::string::const_iterator;
if ( !uri.length() ) return result;