|
From: Bart V. A. <bar...@gm...> - 2007-12-27 17:07:28
|
I know that not everyone uses the const keyword wherever possible, but I would appreciate if the Valgrind core would support programmers that follow this style. Currently it is not possible to pass pointers to const keys to the OSet-manipulating functions without having to cast away constness in order to avoid compiler errors. Can the attached patch please be reviewed and committed on the trunk ? Thanks, Bart Van Assche. |