From: Gennadiy Rozental (gennadiy.rozental_at_[hidden])
Date: 2005-02-09 13:00:32


> 1)
> a missing function IsDebuggerPresent()
> --> http://tinyurl.com/4va7p

This logic suposed only to work for VC compiler and compatibale. Looks like
some ifdef is in order. I will look into it

> 2)
> error: namespace "boost" has no member "exit_success"
> --> http://tinyurl.com/44dj5

Here is developer need to include proper header, since Boost.Test headers
doesn't include one anymore.

Gennadiy