$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Daniel Wallin (dalwan01_at_[hidden])
Date: 2004-02-09 01:56:00
Jonathan Turkanis wrote:
> Hi all,
>
> I'm working on some code which if naively implemented would
> involve deep template nesting. Since I can't get a version using MPL
> algorithms to work on BCC 5.5.1 or VC6 , I wrote out the algorithm
> with hand-coded loop unrolling.
IMHO it would be better to try to get the MPL version to work rather
than rolling your own. What problems are you having with VC6?
-- Daniel Wallin