https://issues.dlang.org/show_bug.cgi?id=19324
Issue ID: 19324
Summary: Code ")<" does not respect the coding
Product: D
Version: D2
Hardware: x86
OS: Windows
Status: NEW
Severity: enhancement
Priority: P1
Component: phobos
Assignee: [email protected]
Reporter: [email protected]
In std.internal.math.errorfunction we have comparison : function()< x instead
of funtion() < x
--
