View Issue Details

IDProjectCategoryView StatusLast Update
0000304LDMudLPC Compiler/Preprocessorpublic2004-11-27 01:05
ReporterlarsAssigned To 
PrioritynormalSeverityfeatureReproducibilityN/A
Status newResolutionopen 
Summary0000304: Automatic member initialisation for structs
DescriptionShort: Automatic member initialisation for structs
From: Dafire
Date: 2002-09-21
Type: Feature
State: New

Vielleicht wäre es schön wenn man schon member initialisieren könnte...
z.b. :

struct Test {
  int a;
  string b;
  mixed *c=({});
};

-------
This would be possible with another 'internal' function, holding the
code to setup the struct members. The function would have to be inherited in
parallel with the struct, which would happen automatically anyway. The struct
definition would have a flag saying if the function exists. If yes, any call
to S_AGGREGATE would also have a reference to the function.
TagsNo tags attached.
External Data (URL)

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2004-11-27 01:05 lars New Issue