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

Ticket #843 (closed defect: fixed)

Opened 10 months ago

Last modified 8 months ago

G not supported in Layout

Reported by: larsivi Assigned to: kris
Priority: major Milestone: 0.99.5
Component: IO Version: 0.99.4 Frank
Keywords: Cc:

Description

G stands for General and should be equivalent to no specifier, that is {:G} is the same as {}.

Change History

01/10/08 21:57:35 changed by kris

this is just for for floating-point values, yes?

01/11/08 18:00:57 changed by larsivi

no, it is for all types. Don't really know what it's for (maybe to always have the possibility for a specifier for automatic generated stuff?), but it is implemented in Locale and is documented in the .Net docs, and in the book :)

02/10/08 20:45:07 changed by kris

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

(In [3162]) fixes #843 : G not supported in Layout\

Thanks, Lars