Use std::unordered_map & std::unordered_set.
Use std::unordered_map & std::unordered_set instead of vtksys::hash_map and vtksys::hash_set. Since we now use C++11, we can use these new standard library containers.
System updates will be applied on Nov 27th between 7am and 9am, EST (UTC-05:00). This site will have intermittent downtime during that time.
Use std::unordered_map & std::unordered_set instead of vtksys::hash_map and vtksys::hash_set. Since we now use C++11, we can use these new standard library containers.