From: Andre Majorel (amajorel_at_teaser.fr)
Date: 2002-03-06 16:05:03
On 2002-03-06 08:58 +0100, Ullrich von Bassewitz wrote: > > struct s a,b,c; > > a = b = c; // Error: Invalid lvalue in assignment > > Just fixed these two, see the bugs page for patches. Thanks again! Apologies if I'm missing something but do you mean that you made assigning to an undefined struct legal ? I would expect the a = b = c line to fail with "{a,b,c} has incomplete type" or something to that effect. -- André Majorel <URL:http://www.teaser.fr/~amajorel/> std::disclaimer ("Not speaking for my employer"); ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo_at_musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.
This archive was generated by hypermail 2.1.3 : 2002-03-06 16:05:51 CET