RE: [boost] enabling automatic memory leak detection with VC

20 May
2004
20 May
'04
7:57 p.m.
I also used this idom, it is very nice. One thing to watch out for is 'false positives' from other global/static objects that do mallocs.
leak_reporter leak_reporter::instance; std::string i_will_trigger_leak_report;
I am not aware of any automatic way to avoid this.
I will use command line argument to to turn this feature on/off Gennadiy.
7694
Age (days ago)
7694
Last active (days ago)
0 comments
1 participants
participants (1)
-
Rozental, Gennadiy