On Wed, Jul 02, 2014 at 10:34:35PM +0000, Brian Schott via Digitalmars-d wrote: > I recently upgraded EMSI's internal data processing library[1] so that > it will be compatible with the upcoming 2.066 release and thought it > might be useful to share my experience. [...] > 2. std.metastrings was removed. I deleted the import statement and > everything worked fine. Apparently the import was unused. [...]
std.metastring has been deprecated for a while now. Any code that depends on it should use std.format instead (the latter has been made CTFE-able). T -- Life is too short to run proprietary software. -- Bdale Garbee
