Subject: [Boost-users] Boost.Test - how to turn off memory dump?
From: John M. Dlugosz (mpbecey7gu_at_[hidden])
Date: 2011-09-30 01:05:49


If I don't care about global memory allocations being reported as "leaks", how can I
disable the "memory leak" detection step when a test program completes?

—John