May 05, 2021 General » Re: Wanted: Format character for source code literal | |||
|---|---|---|---|
| |||
...you need `typeid` at compile-time (at CTFE to be precise) which isn't available... | |||
May 03, 2021 Announce » Re: Silicon Valley D Meetup - April 15, 2021 - "Compile Time Function Execution (CTFE)" | |||
|---|---|---|---|
| |||
It is better to use an existing jit framework then to build one on your... | |||
April 30, 2021 Issues » [Issue 21884] [betterC] can't compare arrays with -betterC | |||
|---|---|---|---|
| |||
...true;
static if (useMemcmp!(T1, T2))
{
if (!__ctfe)
{
static bool trustedMemcmp(scope T1[] lhs, scope... | |||
April 30, 2021 Issues » [Issue 21878] "ref" lost when indexing array in CTFE | |||
|---|---|---|---|
| |||
...21878 - "ref" lost when indexing array in CTFE" was merged into master: - 8cd0a729c724eb7d85ed853b064982ae61f19adf by Boris... | |||
April 30, 2021 Issues » [Issue 21878] "ref" lost when indexing array in CTFE | |||
|---|---|---|---|
| |||
...in CTFE" fixing this issue: - Fix Issue 21878 - "ref" lost when indexing array in CTFE... | |||
April 29, 2021 Issues » [Issue 21878] "ref" lost when indexing array in CTFE | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=21878 --- Comment #1 from Vladimir Panteleev <dlang... | |||
April 29, 2021 Issues » [Issue 21878] New: "ref" lost when indexing array in CTFE | |||
|---|---|---|---|
| |||
...in CTFE
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Keywords: CTFE
Severity... | |||
April 29, 2021 Issues » [Issue 21876] New: Zero-length static arrays "cannot be read at compile time" | |||
|---|---|---|---|
| |||
...Hardware: All
OS: All
Status: NEW
Keywords: CTFE, rejects-valid
Severity: normal
Priority: P3
Component... | |||
April 29, 2021 Learn » Re: What's a good approach to DRY with the block code of a case-statement? | |||
|---|---|---|---|
| |||
...true)
string getDRYstr(T, parameters...)() {
static assert(__ctfe);
string mixedinstr;
mixedinstr ~= /*code*/;
static if(/**/){mixedinstr... | |||
April 29, 2021 Issues » [Issue 15478] cases of missed CTFE evaluation when defining arrays dimensions | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=15478 Dlang Bot <dlang-bot@dlang.rocks... | |||
Copyright © 1999-2021 by the D Language Foundation