Instances of jss::concurrent_modification
are thrown as
exceptions when jss::concurrent_map::iterator
instances that refer
to deleted nodes are compared.
class concurrent_modification: public std::runtime_error { public: concurrent_modification(): };
#include <jss/concurrent_map.hpp>