$include_dir="/home/hyper-archives/boost-testing/include"; include("$include_dir/msg-header.inc") ?>
From: Beman Dawes (bdawes_at_[hidden])
Date: 2005-10-27 21:24:22
"David Abrahams" <dave_at_[hidden]> wrote in message
news:umzkujy0g.fsf_at_boost-consulting.com...
> Jim Douglas <jim_at_[hidden]> writes:
>
>> 7. python
>> The failures are due to a lack of cxxabi.h (in the Dinkum library) and
>> the substitute code does not work either. More work...
>
> Then shouldn't we just detect QNX and act as though cxxabi.h doesn't
> exist? What macro do I check to see if I'm targeting QNX?
defined(__QNXNTO__) was used in the filesystem patch Jim submitted.
--Beman