October 11, 2021 Issues » [Issue 21957] ice when dmd computes the alignment of an union containing a noreturn | |||
|---|---|---|---|
| |||
...13142 "Fix 21957 - Don't crash when aligning...default alignment has a size greater than zero... | |||
October 10, 2021 Learn » Re: What is the proper way to outline static-if-conditions ? | |||
|---|---|---|---|
| |||
...d enum isPointedStaticArray(T) = is(PointerTarget!T : P[N], P, size_t N); ``` It would... | |||
October 10, 2021 Learn » Re: What is the proper way to outline static-if-conditions ? | |||
|---|---|---|---|
| |||
...T); else enum isPointedStaticArray(T) = isPointer!T && is(PointerTarget!T : P[N], P, size_t... | |||
October 10, 2021 Learn » What is the proper way to outline static-if-conditions ? | |||
|---|---|---|---|
| |||
...d enum isPointedStaticArray(T) = (is(T : P*, P...arrays which requires fixed-size arrays to be... | |||
October 10, 2021 Learn » How to do a function pointer to "malloc" and "free"? | |||
|---|---|---|---|
| |||
...error: ``` cannot implicitly convert expression `pureMalloc()(size_t size)` of type `void` to `extern (C... | |||
October 10, 2021 Learn » Re: Create array from range | |||
|---|---|---|---|
| |||
...range : take, enumerate;
int[5] ints;
foreach (size_t i, n; range.enumerate.take(ints... | |||
October 09, 2021 Issues » [Issue 22372] Loop index incorrectly optimised out for -release -O | |||
|---|---|---|---|
| |||
...Another observation: If you change type from size_t to int or uint the behaviour... | |||
October 09, 2021 Issues » [Issue 22372] Loop index incorrectly optimised out for -release -O | |||
|---|---|---|---|
| |||
...forsberg_86@hotmail.com> --- If you make size_t i static the behaviour is correct -- | |||
October 09, 2021 Issues » [Issue 22372] New: Loop index incorrectly optimised out for -release -O | |||
|---|---|---|---|
| |||
...size of 3 ints and above. static size_t n; void throws2ndCall(T)(ref T... | |||
October 08, 2021 Issues » [Issue 21957] ice when dmd computes the alignment of an union containing a noreturn | |||
|---|---|---|---|
| |||
...13142 "Fix 21957 - Don't crash when aligning...default alignment has a size greater than zero... | |||
Copyright © 1999-2021 by the D Language Foundation