enum string

Jonathan M Davis jmdavisProg at gmx.com
Tue Aug 7 10:51:31 PDT 2012


On Tuesday, August 07, 2012 21:14:00 Dmitry Olshansky wrote:
> isSomeString!T regression? See enum & std.traits topic in d.D.
> Seems like it will work again in 2.061...

Yeah. In 2.060, std.traits doesn't treat enums as their base type for stuff 
like isSomeString and isIntegral, which is the problem. It's been fixed on 
github, but it's still broken in 2.060.

- Jonathan M Davis


More information about the Digitalmars-d-learn mailing list