rm unusued typedef (#901)
This commit is contained in:
parent
5a9ab177ba
commit
97d1ae547c
@ -39,7 +39,6 @@ inline Emitter& operator<<(Emitter& emitter, const std::set<T>& v) {
|
||||
|
||||
template <typename K, typename V>
|
||||
inline Emitter& operator<<(Emitter& emitter, const std::map<K, V>& m) {
|
||||
typedef typename std::map<K, V> map;
|
||||
emitter << BeginMap;
|
||||
for (const auto& emit : m)
|
||||
emitter << Key << emit.first << Value << emit.second;
|
||||
|
Loading…
Reference in New Issue
Block a user