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

Ticket #823 (closed enhancement: fixed)

Opened 9 months ago

Last modified 9 months ago

Convert.to!(ulong) missing

Reported by: mandel Assigned to: DRK
Priority: minor Milestone: 0.99.5
Component: Core Functionality Version: trunk
Keywords: Cc:

Description

Not all possible target types for Convert.to are supported.

But that would be nice for generic programming.

Btw.: atm. I only care of ulong. :>

Change History

12/19/07 21:01:18 changed by kris

  • owner changed from sean to DRK.

12/19/07 23:02:28 changed by DRK

Missing for what? I can't exactly do much unless you tell me what it is you're trying to convert from.

12/25/07 17:06:41 changed by mandel

Sorry, I forgot some crucial information.

char[] str = "12";

auto x = to!(ulong)(str); //instantiation error

that's all. :)

12/25/07 18:03:15 changed by larsivi

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

Fixed in [3066]