
21 Aug
2008
21 Aug
'08
4:13 a.m.
On 21/08/2008, Boris <boriss@web.de> wrote:
I just replaced a std::map with a boost::unordered_map and got many compiler warnings (not only me as it seems like: http://www.boost.org/development/tests/release/developer/output/RW_WinXP_VC7...). Is anyone working already on the code to get rid of the warnings?
No, I'll do something about the inline warning. I don't know what to do for the warnings about std::equal being unsafe. Can I just disable the warning with pragmas? Daniel