$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: jsiek_at_[hidden]
Date: 2000-03-16 17:32:36
Hi Gavin,
I've seen exactly the same symptoms... code that compiles but thendoes
nothing at runtime :(
Gavin Collings writes:
> It sounds like you're the VC++ member template expert :) I'd be
> interested to know if you've been able to characterize exactly when
> they do and when they don't work. My own experience is that there's a
> rough correlation with code complexity but little else. The worst
> problem I've come up against, though, is silently compiled valid code
> which does nothing at run time. Something for anyone putting in
> work-arounds to be wary of - successful re-compilation is definitely
> not a guarantee of a successful work-around.