
20 Jun
2009
20 Jun
'09
8:45 a.m.
Gennadiy Rozental skrev:
Thorsten Ottosen <thorsten.ottosen <at> dezide.com> writes:
1. You can use environment variable to enforce desirable behavior all the time without your involvement. I have defined BOOST_TEST_CATCH_SYSTEM_ERRORS to no, but no luck getting it to work.
I found and fixed bug in execution monitor, which did not restore C Runtime report hook. Checked into trunk.
This made a difference. Thanks. I do get this warning when compiling: d:\boost\trunk\boost\test\impl\execution_monitor.ipp(1124) : warning C4701: potentially uninitialized local variable 'old_crt_hook' used I'm still not able to auto start the debugger, though. -Thorsten