We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d5cf33 commit e396273Copy full SHA for e396273
runtime/druntime/src/core/stdcpp/new_.d
@@ -39,7 +39,7 @@ extern (C++, "std")
39
{
40
@nogc:
41
///
42
- this() { super("bad allocation", 1); }
+ extern(D) this() { super("bad allocation", 1); }
43
}
44
45
0 commit comments