$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jens Maurer (Jens.Maurer_at_[hidden])
Date: 2002-03-01 14:52:05
Jeremy Siek wrote:
>
> On Mon, 7 Jan 2002, David Abrahams wrote:
> > I would rather write
> >
> > template <class Concept>
> > inline void function_requires(type<Concept>* = 0)
> >
> > which is a standard trick for VC++. Since VC6 /needs/ this workaround to
> > avoid silent errors, I guess I'd consider it a trivial patch.
> >
> > Jeremy?
>
> Sure, that's fine by me.
Since nobody committed the change so far, I've done it.
Jens Maurer