
22 Jul
2004
22 Jul
'04
7:46 a.m.
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