$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-07-22 02:46:52
Jonathan Wakely wrote:
> On Wed, Jul 21, 2004 at 03:52:52PM +0100, Jonathan Wakely wrote:
> > On Wed, Jul 21, 2004 at 03:29:00PM +0100, Jonathan Wakely wrote:
> > > > primary question: is it allowed to instantiate vector with incomplete
> > > > type? If yes, it's a bug in g++, otherwise, it's a bug in program
> > > > options.
> >
> > http://gcc.gnu.org/ml/gcc/2003-04/msg01516.html (and the reply)
> >
> > It would seem to be undefined behaviour, although I can't consult
> > 17.3.4.6[2] right now.
>
> I believe that should be 17.4.3.6[2] [lib.res.on.functions]
> ^^^
> A typo in the mail I cited.
Thanks! I've corrected this problem.
- Volodya