$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Crickett (john_at_[hidden])
Date: 2001-12-18 03:49:28
Has anyone given this a go, and is anyone interested in the results,
given MS eVC++ is even more broken than the standard MSVC++, for example
it doesn't like the following from utility_fwd.hpp:
template < typename MemberType, int UniqueID = 0 >
class base_from_member;
It has a hangup over typename, and only understands class:
template < class MemberType, int UniqueID = 0 >
class base_from_member;
There's also somewhat variable support for the std library (both C and
C++), it's there for some platforms but not others, the C++ one is
probably related to the presence (or lack of) of exception handling.
Regards, J
-- John Crickett