January 11, 2024 General » Re: enum Format | |||
|---|---|---|---|
| |||
...this was done partly through an interpolation header, which had all the compile-time information... | |||
January 10, 2024 General » Re: enum Format | |||
|---|---|---|---|
| |||
...is to obviate the requirement for a header and footer template, which is a big... | |||
January 10, 2024 Learn » How to use ImportC to import WebGPU header | |||
|---|---|---|---|
| |||
...use ImportC to automatically import a C header into my D project. I've been... | |||
January 09, 2024 General » Overhead of DIP1036 | |||
|---|---|---|---|
| |||
...001c: FF 36 push dword ptr [RSI] // header 001e: 88 45 F1 mov -0Fh[RBP... | |||
January 09, 2024 Learn » Re: Using C header libs with importC | |||
|---|---|---|---|
| |||
That's the bug that is affecting me almost certainly because the library I'm... | |||
January 09, 2024 Learn » Re: Using C header libs with importC | |||
|---|---|---|---|
| |||
Disappointing I know, but there is the workaround of creating a C file and included... | |||
January 09, 2024 General » Re: Interpolated strings and SQL | |||
|---|---|---|---|
| |||
...d
auto execi(Args...)(Sqlite db, InterpolationHeader header, Args args, InterpolationFooter footer) { ... }
```
`InterpolationHeader`/`InterpolationFooter` _require... | |||
January 09, 2024 General » Re: Interpolated strings and SQL | |||
|---|---|---|---|
| |||
...result;
}();
auto execi(Args...)(Sqlite db, InterpolationHeader header, Args args, InterpolationFooter footer) {
import std.conv... | |||
January 08, 2024 General » Interpolated strings and SQL | |||
|---|---|---|---|
| |||
...d
```
auto execi(Args...)(Sqlite db, InterpolationHeader header, Args args, InterpolationFooter footer) {
import arsd.sqlite... | |||
January 08, 2024 Learn » Re: Using C header libs with importC | |||
|---|---|---|---|
| |||
Looks like there's a bug with the -H switch: https://issues.dlang.org/show... | |||
Copyright © 1999-2021 by the D Language Foundation