Search

April 16, 2021
Issues »
...The code:

void testit()
{
    pragma(inline, false);
    short...cast(long1*)(arr.ptr);
    assert(_mm_extract_pi16...
April 08, 2021
General »
...branch (just not to a proper assert handler).

Via `pragma(inline, true)` you can wrap...
April 03, 2021
Issues »
...x = cast(ulong)p;
  }

  pragma(msg, f(null...VarDeclaration vd, Expression newval) {
     ...
    assert((vd.storage_class...
March 21, 2021
Issues »
...foo()")));
pragma(msg, typeof(mixin(foo())));
pragma(msg, typeof(mixin(foo().stringof)));
static assert(is...
March 21, 2021
Issues »
...the problem isn't the pragma(msg), but that
`static assert(!is(typeof(mixin(foo...
March 18, 2021
Issues »
...DMD 2.068--since pragma(inline, true) has...5,7,11,13]));
    assert(c.mVector.array...
March 16, 2021
Issues »
https://issues.dlang.org/show_bug.cgi?id=21715

RazvanN <razvan.nitu1305@gmail.com> changed...
March 15, 2021
Issues »
https://issues.dlang.org/show_bug.cgi?id=21715

Nicholas Wilson <iamthewilsonator@hotmail.com> changed...
March 15, 2021
Issues »
...21715
           Summary: static assert() should accept and print multiple
                    arguments just like pragma(msg)
           Product...
March 11, 2021
General »
...data = 3;
        assert(a.data == 3);
    }
    assert(netAllocCount...unique) @trusted nothrow @nogc {
        pragma(inline, false); // Don...
5 6 7 8 9 10 11 12 13 14 15 16
Next ›   Last »