April 10, 2023 Issues » [Issue 23509] ImportC: need statement expressions extension for GLibC's assert() | |||
|---|---|---|---|
| |||
...need statement expressions extension for GLibC's assert() https://github.com/dlang/dmd/pull/15093 -- | |||
April 09, 2023 Issues » [Issue 23509] ImportC: need statement expressions extension for GLibC's assert() | |||
|---|---|---|---|
| |||
...GLibC assert.h's assert |expressions extension for
|(and other nontrivial |GLibC's assert()
|macros?) |
-- | |||
April 09, 2023 Issues » [Issue 23509] ImportC: Unable to parse GLibC assert.h's assert (and other nontrivial macros?) | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=23509 --- Comment #5 from Walter Bright <bugzilla... | |||
April 09, 2023 Issues » [Issue 23509] ImportC: Unable to parse GLibC assert.h's assert (and other nontrivial macros?) | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=23509 Walter Bright <bugzilla@digitalmars.com> changed... | |||
April 09, 2023 Issues » [Issue 23055] importC: using compound-literal array as pointer in CTFE gives 'dereference of invalid pointer' | |||
|---|---|---|---|
| |||
...Walter Bright <bugzilla@digitalmars.com> --- This now gives an assert error on ctfeexpr.d(578) -- | |||
April 08, 2023 Genel » Rotative Static Array | |||
|---|---|---|---|
| |||
...2, 3]" writeln(arr(0), arr(0)); // "00" assert(arr[] == [0, 0, 0]); } ``` HOŞÇA KALIN... | |||
April 07, 2023 General » Re: There must be module with test assertions in Phobos | |||
|---|---|---|---|
| |||
...to do. One uses the standard Python `assert` and it prints error messages that make... | |||
April 07, 2023 General » Re: There must be module with test assertions in Phobos | |||
|---|---|---|---|
| |||
...assert messages. Also, i would like to note, that there could be special (custom) assert... | |||
April 07, 2023 General » Re: Trying to do alias template deduction myself. | |||
|---|---|---|---|
| |||
...S!T; static assert(is(A!int : S!T, T)); static assert(!is(A!int... | |||
April 07, 2023 General » A draft PR "IFTI with Alias Templates" is open, help is needed. | |||
|---|---|---|---|
| |||
...S!T;
static assert(is(A!int : S!T, T));
static assert(!is(A!int... | |||
Copyright © 1999-2021 by the D Language Foundation