Problem found by Anthony Goins in D.learn. import std.path: globMatch; void main() { assert(globMatch("foo.bar", "*")); } dmd 2.064alpha, the problem is visible only compiling with "-profile": ...\src\phobos\std\path.d(2187): Error: balancedParens is not nothrow ...\src\phobos\std\path.d(2188): Error: balancedParens is not nothrow
also fails: ..\..\src\phobos\std\encoding.d(953): Error: canEncode is not nothrow