https://d.puremagic.com/issues/show_bug.cgi?id=11728
Summary: compile error in std.bigint and -profile
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Phobos
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Musashi Tamura <[email protected]>
2013-12-12 03:43:33 PST ---
// aaa.d
import std.bigint;
void main() {
BigInt a = "0";
}
> dmd -profile aaa
Error: 'std.internal.math.biguintcore.BigUint.__invariant' is not nothrow
This error is new in v2.064. (does not occur in v2.063)
Issue 10295 seems similar, but occurs in v2.063.
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------