Re: Fix errors and warnings from g++-4.4.1 (issue193074)
Blair Zajac <bl...@...>
On Jan 23, 2010, at 9:01 PM, chri...@... wrote:
Reviewers: osl-dev_googlegroups.com,You could do what Google Protocol Buffers does and determine which hash map to use at configure time. It works with g++ 3.4.x all the way up to 4.4.x. See the m4 file at: http://code.google.com/p/protobuf/source/browse/trunk/m4/stl_hash.m4 Protocol Buffers has a new BSD license so this could be copied straight from them. Running configure on my Ubuntu Karmic system with g++ 4.4.1 shows checking the location of hash_map... <tr1/unordered_map> Regards, Blair |
|