$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Stefan Slapeta (stefan_at_[hidden])
Date: 2005-03-29 02:21:44
Many tests on CW fail due to a missing IsDebuggerPresent() in
execution_monitor.ipp. I assume this code should be disabled for CW, no?
### 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