
29 Mar
2005
29 Mar
'05
7:21 a.m.
Many tests on CW fail due to a missing IsDebuggerPresent() in execution_monitor.ipp. I assume this code should be disabled for CW, no? http://tinyurl.com/59vnj ### mwcc Compiler: # In: ..\boost\test\impl\execution_monitor.ipp # From: ..\libs\logic\test\tribool_io_test.cpp # ----------------------------------------------- # 199: if( IsDebuggerPresent() ) # Error: ^ # undefined identifier 'IsDebuggerPresent' Stefan