$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gary Powell (Gary.Powell_at_[hidden])
Date: 2000-09-01 12:49:31
Got one more suggestion:
in detail/pa2dec.ctt
On first or second reading it looks to me like you could use the C&E
SWITCH<> in place of the code that starts with that nested IF<int(id) ==
boost::READABLE_PA, .....
>
--------
template<bool, Name>
MetaSignOff;
template<Name>
MetaSignOff<true, Name>
{ typename Name SigText; }
Yours MetaSignOff<true,Gary>::SigText; (one too many meta programs.)
gary.powell_at_[hidden]