March 02 Learn » Re: Why does disabling a struct's postblit increase its size in memory? | |||
|---|---|---|---|
| |||
Thanks. Neither my websearches nor ChatGPT plus couldn't figure that out. | |||
March 02 Learn » Why does disabling a struct's postblit increase its size in memory? | |||
|---|---|---|---|
| |||
...this); int _; }
struct T { int _; }
static assert(S.sizeof == 16);
static assert(T.sizeof == int... | |||
March 02 LDC » Re: Need help about LLVM build coroutine | |||
|---|---|---|---|
| |||
...object {
void* coro_handler;
void* core_argv;
size_t core_argc;
}
```
this llvm IR should... | |||
February 27 Learn » Re: Array types and index types | |||
|---|---|---|---|
| |||
...architectures size_t is aliased to uint, which is 32 bits. No. No. No. T... | |||
February 27 Issues » [Issue 24416] New: Add traits for the result of IFTI | |||
|---|---|---|---|
| |||
...void foo(size_t x = size_t.max, T)(T val) if(is(T == int... | |||
February 27 General » Re: What ever happened to move semantics? | |||
|---|---|---|---|
| |||
...the built-in fixed-size array, dynamic array...in C++. I don't know the history... | |||
February 26 Issues » [Issue 24412] No predefined version for 64bit ?! | |||
|---|---|---|---|
| |||
...dkorpel@live.nl> --- The usual check for this is `static if (size_t.sizeof == 8)`. -- | |||
February 26 General » importC reflection bugs | |||
|---|---|---|---|
| |||
...not workaround is to determine `size_t` `ptrdiff_t` `uintptr_t`, they become `ulong`, `long... | |||
February 26 Announce » Bug fixes for Mac OSX landing in 2.107.1 | |||
|---|---|---|---|
| |||
...accessed the symbol wasn't `MOVQ`. - [ld: address...Assertion failed: (slot < _sideTableBuffer.size())](https://github.com... | |||
February 24 Issues » [Issue 24407] OSX: ld: Assertion failed: (slot < _sideTableBuffer.size()), function addAtom | |||
|---|---|---|---|
| |||
...passes on Xcode 15.1! I don't see it being worth it looking any... | |||
Copyright © 1999-2021 by the D Language Foundation