https://issues.dlang.org/show_bug.cgi?id=20296
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |rg Severity|critical |regression --- Comment #3 from [email protected] --- This is actually a regression: Up to 2.060 : Status -6 with output: dmd: cppmangle.c:192: virtual void Type::toCppMangle(OutBuffer*, CppMangleState*): Assertion `deco' failed. 2.061 to 2.063 : Success and no output 2.064 to 2.066.0: Segfault and no output 2.067.1 to 2.083.1: Success and no output Since 2.084.1: Segfault and no output --
