Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Ticket #55 (closed enhancement: fixed)

Opened 6 years ago

Last modified 6 years ago

LoggerInstance's level member needs a default initiazilation

Reported by: qbert Assigned to: kris
Priority: major Milestone: 1.0
Component: Tango Version:
Keywords: Cc:

Description

LoggerInstance?'s level member needs a default initiazilation

Change History

06/22/06 22:22:48 changed by qbert

  • type changed from defect to enhancement.

06/22/06 23:40:26 changed by kris

  • status changed from new to closed.
  • resolution set to fixed.
  • milestone set to 1.0.

From the D docs: "In the absence of an explicit initializer, an enum variable is initialized to the first enum value."

I suspect we can leave this one as is? Unless anyone feels strongly about it?