clang-tidy: use using
Found with modernize-use-using Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
committed by
Luis Díaz Más
parent
b3040da54c
commit
bd6a996181
+1
-1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user