$include_dir="/home/hyper-archives/boost-testing/include"; include("$include_dir/msg-header.inc") ?>
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2008-06-18 13:41:25
Beman Dawes <bdawes <at> acm.org> writes:
> > -# if defined(__MWERKS__) || (BOOST_WORKAROUND(_MSC_VER, < 1410 ) &&
> > !defined(UNDER_CE))
> > +# if defined(__MWERKS__) || (defined(_MSC_VER) && !defined(UNDER_CE))
> > # include <eh.h>
> > # endif
> > ---------------------
>
> I've forwarded this to Gennadiy. I'm not sure he reads this list.
I do ;). I can't apply it though. Go ahead if you can do it.