21 Jul
2005
21 Jul
'05
3:42 p.m.
This isn't the change that it first appears. This would mark the "address of an address" as not being tracked by default. I don't know how many people have serialized a pointer to a pointer and tracked it. It doesn't effect any of the tests and demos. Since pointers to objects are handled different than objects themselves, I expect this will only effect the library usage check. Vladimir Prus wrote:
Robert Ramey wrote:
Actually, I've looked at this and decided that the default behavior for pointers should really be "track_never".
Err... I hope not for 1.33 release? That's a way too big change. Besides, I don't understand your motivation. Tracking pointers by default looks reasonable.
- Volodya