[Issue 8329] foreach over string with dchar as element isn't nothrow

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8329 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 8329] foreach over string with dchar as element isn't nothrow

2012-06-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8329 --- Comment #1 from Kenji Hara k.hara...@gmail.com 2012-06-30 22:22:23 PDT --- (In reply to comment #0) This code fails to compile: import std.stdio; void main() nothrow { foreach(dchar c; hello world) {} } giving the

[Issue 8329] foreach over string with dchar as element isn't nothrow

2012-06-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8329 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added Status|NEW |RESOLVED