July 15 DIP Ideas » Returning variable-sized stack data | |||
|---|---|---|---|
| |||
...c
#include <alloca.h>
#include <stdio.h>
struct A{ int a,b,c,d,e... | |||
July 14 Announce » Re: Redub v1.7.1 : Even faster dependency resolution and vibe-d support | |||
|---|---|---|---|
| |||
...X" errors. Looks like redub doesn't include the local dependency.
```json
"dependencies": {
"cosma": { "path... | |||
July 14 Learn » Re: How to build a statically linked executable, before i loose my mind | |||
|---|---|---|---|
| |||
Seeing ``_d_arraybounds_slice`` missing sounds like druntime...of ldc doesn't include a static build... | |||
July 10 General » Re: C bitfields guarantees | |||
|---|---|---|---|
| |||
...c #include <stddef.h> #include <stdio.h> #include...d dmd -run test.c 0 8 ``` ```d... | |||
July 05 Issues » [Issue 24649] New: Upper-bound-inclusive range foreach | |||
|---|---|---|---|
| |||
...a loop is needlessly hard in D. Examples include cases where the (inclusive) upper bound... | |||
June 29 Issues » [Issue 24637] New: [REG 2.104] Cannot insert const/immutable elements into DList | |||
|---|---|---|---|
| |||
...error D.insert(c + 1); // OK D.insert(c + c); // error } ``` with errors: ``` /usr/include... | |||
June 25 Learn » Re: Why `foo.x.saa.aa` and `foo.y.saa.aa` is the same? `shared_AA.saa` should still be instance variable, not class variable, right? | |||
|---|---|---|---|
| |||
...d\n", foo.x.saa->aa);
printf("%d...cat shared_aa.cpp
#include <stdio.h>
class... | |||
June 24 Issues » [Issue 24626] New: hasUDA does not handle multiple UDAs of the same symbol | |||
|---|---|---|---|
| |||
...1.38.0/include/dlang/ldc/core/internal/traits.d(818) test.d(13): Error... | |||
June 23 Learn » Call an external program from CTFE | |||
|---|---|---|---|
| |||
...compiler... Why not? :D The nearest thing I've found is the "include file contents... | |||
June 22 Learn » Re: ImportC "no include path set" | |||
|---|---|---|---|
| |||
...you want: https://github.com/dlang/dub/blob/a8da51eb8a5485956622282f2339ec5a39c8c761/source/dub/recipe/json.d#L233 | |||
Copyright © 1999-2021 by the D Language Foundation