Search

July 05
General »
...enough to say "Using the stack is ok" as you did [here](https://forum.dlang...
July 05
DIP Ideas »
...anywhere!
auto x = Enum.foo;
x = .bar; //OK: `typeof(x)` is an enum with member...
July 04
DIP Development »
...4 value(){
   // return 200; // error
   return 7; // ok
}

int[16] arr;
arr[value()] == 5; // VRP...
July 04
General »
...I have since relented that I'm OK with the C compatibility as long as...
July 03
General »
...of malloc/free. Using the stack is ok.


D does much better than that if...
July 01
Learn »
Ok, i'll just do it and benchmark at the end

Another question:


Why doesn...
June 30
Issues »
...undefined identifier: B
static assert(A == C); // OK!
static assert(A == D); // undefined identifier: B...
June 30
Issues »
...can't find blah2
   assert(blah3 == -1); // OK!
}

I think the issue is that the...
June 29
Issues »
...D;

  D.insert(1);  // OK

  int i = 2;
  D.insert(i);  // OK

  const c = 3...
June 22
Issues »
...cxxCompatFlags = " -L-lc++ -L--no-demangle";
Ah, ok, so CppRuntime_Clang stands for libc++.

Please...
2 3 4 5 6 7 8 9 10 11 12 13
Next ›   Last »