balancedParens is not nothrow bug, is this known?

Gary Willoughby dev at nomad.so
Fri Nov 8 06:15:04 PST 2013


On Friday, 8 November 2013 at 14:07:38 UTC, Gary Willoughby wrote:
> import std.path;
>
> void main(string[] args)
> {
> 	globMatch("foo.bar", "*");
> }
>
> compile with: dmd -profile test.d
>
> Error:
>
> /usr/share/dmd/src/phobos/std/path.d(2187): Error: 
> balancedParens is not nothrow
> /usr/share/dmd/src/phobos/std/path.d(2188): Error: 
> balancedParens is not nothrow
>
> a). Is this bug known?
> b). Is this fixed in the latest release, i'm using 2.063.2.

Found it: https://d.puremagic.com/issues/show_bug.cgi?id=10295


More information about the Digitalmars-d-learn mailing list