On 12/14/2015 07:49 PM, Trevor Saunders wrote:
+ hash_map (const hash_map &h, bool ggc = false, + bool gather_mem_stats = true CXX_MEM_STAT_INFO)sorry about the late response, but wouldn't it be better to make this and the hash_table constructor explicit? Its probably less important than other constructors, but is there a reasonable use for taking or return them by value?
Makes sense; done. Jason