Closed GoogleCodeExporter closed 9 years ago
Same problem in
Error 219: "Inc/google/sparse_hash_map", line 227 # Cannot return value where
return
type of function is void.
return rep.set_resizing_parameters(shrink, grow);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Original comment by ascheti...@gmail.com
on 15 Feb 2010 at 4:02
Thanks for the pointer. I'll fix this for the next release.
} Strange that it was not triggered by other compilers
gcc, at least, has an extension that allows one to return 'void'.
Original comment by csilv...@gmail.com
on 18 Feb 2010 at 11:23
This should be fixed in sparsehash 1.7, just released.
Original comment by csilv...@gmail.com
on 3 Apr 2010 at 1:22
Original issue reported on code.google.com by
ascheti...@gmail.com
on 15 Feb 2010 at 1:56