|
From: Bart V. A. <bar...@gm...> - 2008-01-04 19:34:47
|
On Dec 30, 2007 1:28 PM, Tom Hughes <to...@co...> wrote: > On 27/12/2007, Bart Van Assche <bar...@gm...> wrote: > > > 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 ? > > Looks good to me - committed. > > Tom > Hello Tom, It seems that I overlooked that osets are also used in regression tests. Can you please apply the attached patch ? Thanks, Bart. |