Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Scott Lehman wrote: > 1) std::map.find() does not do string compares. I would suggest not > storing raw pointers in a map to avoid just such a bug. Actually it will, if there's a relevant overload. It's all down to what you're comparing. Tony