July 05 General » Re: D not considered memory safe | |||
|---|---|---|---|
| |||
...enough to say "Using the stack is ok" as you did [here](https://forum.dlang... | |||
July 05 DIP Ideas » Type Inference for Struct/Enum Literals | |||
|---|---|---|---|
| |||
...anywhere! auto x = Enum.foo; x = .bar; //OK: `typeof(x)` is an enum with member... | |||
July 04 DIP Development » Re: third draft: add bitfields to D | |||
|---|---|---|---|
| |||
...4 value(){
// return 200; // error
return 7; // ok
}
int[16] arr;
arr[value()] == 5; // VRP... | |||
July 04 General » Re: Wouldn't this be better with bitfields? | |||
|---|---|---|---|
| |||
...I have since relented that I'm OK with the C compatibility as long as... | |||
July 03 General » Re: D not considered memory safe | |||
|---|---|---|---|
| |||
...of malloc/free. Using the stack is ok. D does much better than that if... | |||
July 01 Learn » Re: Why does this mixin fail to compile? | |||
|---|---|---|---|
| |||
Ok, i'll just do it and benchmark at the end Another question: Why doesn... | |||
June 30 Issues » [Issue 24640] New: ImportC: defines of one symbol to another are not converted to enums | |||
|---|---|---|---|
| |||
...undefined identifier: B static assert(A == C); // OK! static assert(A == D); // undefined identifier: B... | |||
June 30 Issues » [Issue 24639] New: ImportC: defines of negative constants not detected for enum conversion | |||
|---|---|---|---|
| |||
...can't find blah2 assert(blah3 == -1); // OK! } I think the issue is that the... | |||
June 29 Issues » [Issue 24637] New: [REG 2.104] Cannot insert const/immutable elements into DList | |||
|---|---|---|---|
| |||
...D; D.insert(1); // OK int i = 2; D.insert(i); // OK const c = 3... | |||
June 22 Issues » [Issue 24623] New: Rename version CppRuntime_Clang/Gcc to CppRuntime_libcpp/libstdcpp. | |||
|---|---|---|---|
| |||
...cxxCompatFlags = " -L-lc++ -L--no-demangle"; Ah, ok, so CppRuntime_Clang stands for libc++. Please... | |||
Copyright © 1999-2021 by the D Language Foundation