Rename insert() to set() to avoid confusion with std::map::insert()
authorJeff Preshing <filter-github@preshing.com>
Sun, 21 Feb 2016 18:38:01 +0000 (13:38 -0500)
committerJeff Preshing <filter-github@preshing.com>
Sun, 21 Feb 2016 18:38:01 +0000 (13:38 -0500)
std::map::insert() will only store the value if the key doesn't already exist.
junction::ConcurrentMap_xxx::set() stores the value unconditionally.


No differences found