
16 Jan
2005
16 Jan
'05
1:07 a.m.
At 05:46 PM 1/15/2005, Rene Rivera wrote:
Beman Dawes wrote:
At 11:12 PM 1/14/2005, Rob Stewart wrote:
Alternate days? Release on weekdays and debug on Saturdays?
Alternate days might work OK. Say debug on odd, release on even. But we
would have to solve the NDEBUG problem Dave mentioned, and deal with any configuration issues.
Would a temporary "#undef NDEBUG" in Boost.Config, activated only while testing, work?
It is possible there may be cases where the #undef NDEBUG should only apply to <cassert>. So it might be better if it were given explicitly in the test program. --Beman