$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: jsiek_at_[hidden]
Date: 2000-06-21 12:39:46
By default g++ has a template nesting limit somewhere in the teens.
You can change this with a flag, I usually set the limit to 30.
-ftemplate-depth-30
Cheers,
Jeremy
David Abrahams writes:
> > I did try it with g++ too but didn't have much luck there - I'll
> > leave it to a g++ expert to figure out what's wrong (with me or the
> > code). I _think_ the templates are nested too deeply.
>
> Oh! That's odd. I'm pretty sure that the whole point of Jeremy's exercise
> was getting it to work with g++ (2.95.2) with the library it ships with.
> Clarification, Jeremy?