20 Oct
2005
20 Oct
'05
11:50 p.m.
I have a simple Boost program using the unit test framework. When I run the program in debug, I get a dump of memory leaks. I can't find a way to stop these memory leaks from being reported (other than fixing the leaks of course). What is the proper way of disabling this output?
Use --detect_memory_leaks=0 and/or fix leaks. Gennadiy