$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Michael Marcin (mmarcin_at_[hidden])
Date: 2007-12-17 15:14:19
John Torjo wrote:
>> I'm in a similar situation where I have to use a specific compiler
>> because it's the only compiler supported by the closed SDK for the
>> platform we're developing for.
>>
>> Right now I, unfortunately, can only use the Torjo logging library for a
>> windows port of the application because the target platform doesn't
>> support RTTI (exceptions are fine). This is annoying because the
>>
> So lets assume I make it run when no RTTI is available. Does your
> compiler allow partial specialization?
>
Yes partial specialization works just fine AFAICT.
I use MPL and Fusion in several places so it seems to cope pretty well
with template trickery.