Commit 22a5e921 authored by aligungr's avatar aligungr

PS establishment over CLI

parent bdddb08c
This diff is collapsed.
......@@ -27,11 +27,11 @@ class OrderedMap
{
if (!m_map.count(pair.first))
m_keyOrder.push_back(pair.first);
m_map[pair.first] = pair.second;
m_map.insert(pair);
}
}
inline auto count(const TKey &key)
inline auto count(const TKey &key) const
{
return m_map.count(key);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment