Search

May 04, 2019
LDC »
...pragma(LDC_no_typeinfo)
    struct Bar {
        pragma(LDC_no_typeinfo)
        struct Baz {
        }
    }
}

void foo() {
    assert...
April 14, 2019
General »
...won't need a no-return pragma and special assert(0) semantics. Things like 'break...
April 04, 2019
General »
...traits(getVirtualMethods, T, m)))		
			{{
				//pragma(msg, T.stringof...x; float y; }
static assert(is(Fields!S...
April 03, 2019
General »
...it work.



int main()
{
	pragma(msg, printModelHierarchy(Reflect...template KeyTypeOfAssociativeArray (T) { static assert(isAssociativeArray!(Unqual!(T...
March 30, 2019
Issues »
...makeIdent(args...) = mixin(args);
pragma(msg, makeIdent!("x...0], args[1], "`");
static assert(ctText!(5, " bottles...
March 22, 2019
General »
...3 instantiations
   assert(a.property1 == a);
   assert(b...auto ref T a)
{
  pragma(msg, T.stringof...
March 17, 2019
Genel »
...delegate))  // <-- İSPATLAMA İÇİN EKLEDİM
{
 assert(func() == 42);
}

struct...auto f2 = &func;           // <-- BU
     pragma(msg, typeof(f2...
March 07, 2019
General »
...way to emit error messages! The pragma msg/static assert
approaches all don't compose...
March 04, 2019
Genel »
...programı oluşturma (bağlama)
* **  -check=[assert|bounds|in|invariant...bildirilmesi gerekir)
* **  -ignore** Bilinmeyeen 'pragma'ları gözardı et...
February 24, 2019
Issues »
...E : string { one = "one" }
pragma(msg, ReplaceType!(int, int, E));
static assert(is(ReplaceType!(int...
16 17 18 19 20 21 22 23 24 25 26 27
Next ›   Last »