$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Michael Marcin (mmarcin_at_[hidden])
Date: 2007-04-11 21:17:56
If I include <boost/fusion/support/tag_of.hpp> my compiler (derived from
Metrowerks 9.4) gives me several errors claiming illegal partial
specializations.
It looks like it's partially specializing forward declarations of the tag_of
structure. I don't know if that's allowed (from the error I assume probably
not) but it certainly seems to be pointless to me. Are these perhaps
supposed to be more than declarations?
Thanks,
Michael Marcin