September 04, 2020 General » Re: Lack of optimisation with returning address of inner functions | |||
|---|---|---|---|
| |||
...z/6f87aT
auto bar() { return test2()(); }
pure nothrow @safe int example.bar():
mov eax, 25... | |||
September 03, 2020 Learn » LNK2019 error in the C++ interface | |||
|---|---|---|---|
| |||
...C++, "static_test") {
nothrow @nogc
extern void str_test(LPCSTR str1);
nothrow @nogc
extern void... | |||
September 03, 2020 Learn » Re: I think Associative Array should throw Exception | |||
|---|---|---|---|
| |||
...you need nothrow then this is what you need to do. For breaking nothrow code... | |||
September 02, 2020 Learn » Re: Bug in import(...) on Windows? | |||
|---|---|---|---|
| |||
...root/filename.d
@@ -741,7 +741,7 @@ nothrow:
for (const(char)* p = name; *p; p... | |||
September 02, 2020 Issues » [Issue 18407] debug should escape nothrow | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=18407
moonlightsentinel@disroot.org changed:
What |Removed... | |||
September 01, 2020 Learn » Re: I think Associative Array should throw Exception | |||
|---|---|---|---|
| |||
...to the built-in AA that are nothrow? I think a nice way to look... | |||
September 02, 2020 General » Re: Future of D 2.x as stable/bug fix, and what's next for D 3.x | |||
|---|---|---|---|
| |||
...Handle foo_;
public @property inout(Handle) foo() nothrow pure @safe @nogc return inout {
return foo_;
} | |||
September 01, 2020 Learn » Re: I think Associative Array should throw Exception | |||
|---|---|---|---|
| |||
...the big sticking point -- code that is nothrow would no longer be able to use... | |||
September 01, 2020 Learn » I think Associative Array should throw Exception | |||
|---|---|---|---|
| |||
...aren't recoverable * Errors can live in nothrow, Exceptions can't * Always verify input I... | |||
August 31, 2020 General » Re: Future of D 2.x as stable/bug fix, and what's next for D 3.x | |||
|---|---|---|---|
| |||
...default (as well as other attributes like nothrow-by-default) without breaking compatibility. I think... | |||
Copyright © 1999-2021 by the D Language Foundation