phobos/std/metastrings.d
Martin Nowak 7a267c4ba6 readd std.metastrings as empty and deprecated module
- Removing the deprecated module silently broke
  and code that still imported the module without
  using any of it's functions.
2014-10-08 16:46:30 +02:00

3 lines
146 B
D

// Scheduled for removal in April 2014.
deprecated("Please use std.string.format, std.conv.to or std.conv.parse instead")
module std.metastrings;