Search

September 04, 2020
General »
...z/6f87aT

    auto bar() { return test2()(); }

    pure nothrow @safe int example.bar():
            mov     eax, 25...
September 03, 2020
Learn »
...C++, "static_test") {
	nothrow @nogc
	extern void str_test(LPCSTR str1);

	nothrow @nogc
	extern void...
September 03, 2020
Learn »
...you need nothrow then this is what you need to do.

For breaking nothrow code...
September 02, 2020
Learn »
...root/filename.d
@@ -741,7 +741,7 @@ nothrow:
             for (const(char)* p = name; *p; p...
September 02, 2020
Issues »
https://issues.dlang.org/show_bug.cgi?id=18407

moonlightsentinel@disroot.org changed:

           What    |Removed...
September 01, 2020
Learn »
...to the built-in AA that are nothrow? I think a nice way to look...
September 02, 2020
General »
...Handle foo_;
public @property inout(Handle) foo() nothrow pure @safe @nogc return inout {
   return foo_;
}
September 01, 2020
Learn »
...the big sticking point -- code that is nothrow would no longer be able to use...
September 01, 2020
Learn »
...aren't recoverable
* Errors can live in nothrow, Exceptions can't
* Always verify input

I...
August 31, 2020
General »
...default (as well as other attributes like nothrow-by-default) without breaking compatibility.

I think...
113 114 115 116 117 118 119 120 121 122 123
Next ›   Last »