October 13 Issues » [Issue 24811] New: Cant compile C code | |||
|---|---|---|---|
| |||
...typedef double _Float64; typedef double _Float32x; typedef long double _Float64x; // clang -c lib.c # compile... | |||
October 13 Learn » Re: Scope & Structs | |||
|---|---|---|---|
| |||
...structs are in the stack (LIFO) as long as we do not use the new... | |||
October 12 General » Re: Move Constructor Syntax | |||
|---|---|---|---|
| |||
Just as long as the semantics of the actual declaration does not change. DIP1040 proposed... | |||
October 12 Issues » [Issue 24808] New: Semicolon expected after traits | |||
|---|---|---|---|
| |||
...TypeUDA!short int16,
@TypeUDA!int int32,
@TypeUDA!long int64,
}
alias X = __traits(getAttributes, E.int32... | |||
October 10 General » Re: Move Constructor Syntax | |||
|---|---|---|---|
| |||
...because this has gone on for too long! I have another question at this stage... | |||
October 10 General » Re: Move Constructor Syntax | |||
|---|---|---|---|
| |||
...new syntax would be *this(S) as long as that doesn't screw up language... | |||
October 09 Learn » Re: Integer types | |||
|---|---|---|---|
| |||
...on certain types. ```long``` is an integer that is strictly 64 bits long. That is... | |||
October 08 Learn » Integer types | |||
|---|---|---|---|
| |||
...a real difference between e.g. the "long" type and "int_fast64_t" in terms... | |||
October 04 Issues » [Issue 24374] ImportC: .di generator incorrect output for anonymous structs as members | |||
|---|---|---|---|
| |||
...the C imports as @nogc etc, as long as I haven't marked the betterC... | |||
October 04 Learn » Re: How to evaluate a JSON file at compile time and create a struct out of it? | |||
|---|---|---|---|
| |||
...you won't have to wait so long for your build to finish every time. | |||
Copyright © 1999-2021 by the D Language Foundation