From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexandre Oliva To: Cc: egcs@cygnus.com Subject: Re: 971127 array initialization problem!?! Date: Sun, 30 Nov 1997 14:29:00 -0000 Message-id: References: X-SW-Source: 1997-11/msg00982.html writes: > This trivial test program seems to show a serious problem with array > initialization in g++ egcs-971127 (or has something changed in recent > c++ that I'm not aware of?) C++ has never allowed initialization of dynamically constructed arrays with non-default constructors. The error message is misleading. -- Alexandre Oliva mailto:oliva@dcc.unicamp.br mailto:aoliva@acm.org http://www.dcc.unicamp.br/~oliva Universidade Estadual de Campinas, SP, Brasil