http://d.puremagic.com/issues/show_bug.cgi?id=5236
--- Comment #1 from Rob Jacques <[email protected]> 2010-11-18 14:05:23 PST --- Also, the unformatValue routines need to wrap the parse statements in a traits compiles test, in order to support raw reading from byte streams. i.e. static if(__traits(compiles, parse!T(input) )) { return parse!T(input); } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
