November 08, 2021 Issues » [Issue 20133] [REG2.084.0] Bogus slice assignment in recursive CTFE call | |||
|---|---|---|---|
| |||
...084.0] Bogus slice assignment in recursive CTFE call https://github.com/dlang/dmd/pull... | |||
November 08, 2021 Issues » [Issue 22300] [REG 2.098-rc.2] `-checkaction=context` of a `shared` type with an `opCast` fails to compile | |||
|---|---|---|---|
| |||
...Use reinterpreting cast for shared types during CTFE Using the same method for compile- and... | |||
November 08, 2021 General » Instantiation of nested structs should be allowed outside their parent scope | |||
|---|---|---|---|
| |||
...instantiated and it's not just a CTFE test. Unless I'm missing something, that... | |||
November 07, 2021 General » Re: Possible bug when instantiating template function with nested struct | |||
|---|---|---|---|
| |||
...type representation correctly and not as lowered. - CTFE must use the new struct template too... | |||
November 06, 2021 Learn » Re: How to return a reference to structs? | |||
|---|---|---|---|
| |||
...returns pointers that are not > available in CTFE but remember that the real code is... | |||
November 06, 2021 Learn » Re: How to return a reference to structs? | |||
|---|---|---|---|
| |||
...returns pointers that are not available in CTFE but remember that the real code is... | |||
November 06, 2021 Learn » Re: How to return a reference to structs? | |||
|---|---|---|---|
| |||
Adding a bit of CTFE:
```d
struct A {}
struct B
{
A[] ar = [A.init];
size... | |||
October 30, 2021 General » Re: Sanely optimized fizzbuzz | |||
|---|---|---|---|
| |||
There is a fair chance its ctfe without it | |||
October 30, 2021 General » [SAoC 2021] Replace druntime Hooks with Templates: Milestone 2, Week 2 | |||
|---|---|---|---|
| |||
...actually correct in lowering `a ~= b` to `__ctfe ? a ~= b : _d_arrayappendcTX(a, 1), a... | |||
October 30, 2021 General » Re: Sanely optimized fizzbuzz | |||
|---|---|---|---|
| |||
...doesn't have enough memory to do CTFE for values larger than 15000. If it... | |||
Copyright © 1999-2021 by the D Language Foundation