Skip to content

Commit

Permalink
Fix clang build error (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
zanmato1984 authored Sep 2, 2019
1 parent d81ba74 commit 609b705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbms/src/Storages/Transaction/SchemaBuilder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ struct CyclicRenameResolver
}

private:
NamePair resolveImpl(const NameMap & rename_map, auto it, std::vector<NamePair> & result)
NamePair resolveImpl(const NameMap & rename_map, typename NameMap::const_iterator & it, std::vector<NamePair> & result)
{
Name target_name = it->second;
Name origin_name = it->first;
Expand Down

0 comments on commit 609b705

Please sign in to comment.