March 29, 2022 Issues » [Issue 22955] New: importC: wrong alignof for D struct with specified alignment | |||
|---|---|---|---|
| |||
...Static_assert( _Alignof(__uint128_t) == 16, "" ); // fail it gives the size of a pointer (4... | |||
March 29, 2022 Genel » inout: Temel İşlev Özelliği | |||
|---|---|---|---|
| |||
...R)(R[] d, size_t u = 0)/*
(inout(R[]) d, size_t u = 0)//*/
{
if... | |||
March 29, 2022 General » Re: When will you implement cent and ucent? | |||
|---|---|---|---|
| |||
...things up for any size you'd want. Generic however didn't like it as... | |||
March 27, 2022 Issues » [Issue 22942] Invalid section type / offset for newer XCode versions | |||
|---|---|---|---|
| |||
...ZEROFILL` like `S_ZEROFILL` w.r.t. the section size. https://github.com/dlang/dmd... | |||
March 27, 2022 Issues » [Issue 22942] Invalid section type / offset for newer XCode versions | |||
|---|---|---|---|
| |||
...ZEROFILL` like `S_ZEROFILL` w.r.t. the section size. https://github.com/dlang/dmd... | |||
March 26, 2022 Issues » [Issue 22942] Invalid section type / offset for newer XCode versions | |||
|---|---|---|---|
| |||
...ZEROFILL` like `S_ZEROFILL` w.r.t. the section size. https://github.com/dlang/dmd... | |||
March 26, 2022 General » Re: When will you implement cent and ucent? | |||
|---|---|---|---|
| |||
If you aren't sure what size of numbers you need, BigInt/BigNum would be... | |||
March 25, 2022 Issues » [Issue 22935] New: importC: offsetof with array element gives 'dereference of invalid pointer' | |||
|---|---|---|---|
| |||
...macro from importc.h:
typedef unsigned long size_t;
struct S { char text[4]; };
//int... | |||
March 25, 2022 Issues » [Issue 22926] importC: cast to D type alias in array length gives syntax error | |||
|---|---|---|---|
| |||
...using a D type for the cast - size_t is implicitly imported from object.d... | |||
March 25, 2022 Issues » [Issue 22926] New: importC: can't use offsetof in array length | |||
|---|---|---|---|
| |||
...struct S { int x, y; };
char cs[ ((size_t)((char *)&((struct S *)0)->y - (char... | |||
Copyright © 1999-2021 by the D Language Foundation