-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Zack Weinberg wrote:
> On Wed, Mar 4, 2009 at 10:17 AM, Zack Weinberg <[email protected]> wrote:
>> I don't have gcc4.4 to hand, but do you get the same diagnostic with
>> this test case?
> 
> Slight correction:
> 
>> #include <map>
>> typedef std::map<unsigned int, unsigned long> M;
>>
>> bool test(M m, unsigned int k, unsigned long v)
> bool test(M const & m, unsigned int k, unsigned long v)
>> {
>>  M::const_iterator i = m.find(k);
>>  if (i == m.end()) return false;
>>  return (i->second == v);
>> }

No warning with that test case.

- - Thomas
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org

iEYEARECAAYFAkmuyG8ACgkQm/6MhNYca5ik6gCfS1pq3PEHzLfWMM6MKxY+08Hd
3J8AniRh8aHWz+S/PEYq4W7vl12p59nY
=fWWa
-----END PGP SIGNATURE-----


_______________________________________________
Monotone-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/monotone-devel

Reply via email to