On Wednesday, 3 September 2014 at 13:54:30 UTC, Ali Çehreli wrote:
On 09/03/2014 01:21 AM, "Marc Schütz" <schue...@gmx.net>" wrote:
1) Adding attributes to function calls which I know some are
unsafe
(see assumeHasAttribs() below). For example, I don't think
getc()
should be pure. (?) Also, how could all of its functions be
nothrow?
Is byDchar() is asking too much of its users?
https://github.com/D-Programming-Language/phobos/pull/2483
Yay! Makes so much sense... :)
I was going to suggest to the OP exactly what you suggested, but
I thought I'd better check whether it actually works. Turns out
it didn't :-P