$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Tobias Schwinger (tschwinger_at_[hidden])
Date: 2006-01-14 17:04:06
1.)[
With MSVC8 I have to explicitly #define BOOST_TYPEOF_COMPLIANT in order to enable
the type 'void' to be registered.
A bug?
2.)
Shouldn't there be a forwarding header in the boost directory so the user can
#include <boost/typeof.hpp>
instead of
#include <boost/typeof/typeof.hpp>
?
3.)
There are numerous tab-characters in the source (not that I care much, but while
we're at it)...
Regards,
Tobias