Search

November 08, 2020
Issues »
...cgi?id=13501

--- Comment #7 from Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> ---

non-nothrow code*

--
November 08, 2020
Issues »
...need to be about any and all nothrow code, not just throw statements, which would...
November 07, 2020
Issues »
...com

struct S
{
    int* data;
@safe pure nothrow @nogc:
    this(ref return scope inout typeof...
November 07, 2020
General »
...code I call from the nothrow function isn't nothrow itself. It's true that...
November 07, 2020
Issues »
...destroy and postblit all union members:

pure nothrow @nogc @trusted void
example.Variant!(example.RCArray...
November 03, 2020
Issues »
...to array to string seems to lack nothrow
           Product: D
           Version: D2
          Hardware: All
                OS...
October 31, 2020
General »
...string path) nothrow
{
    return Result!(string, Error)(Error.fileNotFound);
}

Result!(void, Error) foo() nothrow
{
    string...
October 29, 2020
Issues »
...inout must be on a parameter as well for
pure nothrow @nogc @safe inout(S)()
---

--
October 28, 2020
General »
...call nothrow functions, then your function is nothrow. If you assert in your nothrow function...
October 28, 2020
General »
...someone's Excel sheet, but... making them nothrow makes me write a catch block, which...
108 109 110 111 112 113 114 115 116 117 118
Next ›   Last »