From: Gennadiy Rozental (gennadiy.rozental_at_[hidden])
Date: 2005-10-20 18:50:32


>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