August 29 General » Re: interpolation proposals and safety | |||
|---|---|---|---|
| |||
...are controlled by the programmer. If you define a separate type for user-controlled strings... | |||
August 29 DIP Ideas » Re: ImportC define attribute | |||
|---|---|---|---|
| |||
I like this idea of using a `pragma` instead I don't like the version... | |||
August 28 DIP Ideas » Re: ImportC define attribute | |||
|---|---|---|---|
| |||
...else`:
```D
version(X)
{
pragma(define, "ENABLE_X")
pragma(define, "X", "1" ~ "2")
{
import libA... | |||
August 28 Issues » [Issue 24727] New: importc: macro conflicts with struct of same name | |||
|---|---|---|---|
| |||
...struct mg_str {
};
void mg_str_s() {
}
#define mg_str(s) mg_str_s(s... | |||
August 28 DIP Ideas » Re: Allow struct constructors with all parameters optional | |||
|---|---|---|---|
| |||
...0, 42)`. So even if you could define a struct constructor with all optional parameters... | |||
August 27 Issues » [Issue 24725] New: core.sys.linux: feature detect glibc functions at build time | |||
|---|---|---|---|
| |||
...com/Reference-manual_returned_compiler.html#compilerget_define, but neither autotools, used by gdc, nor... | |||
August 24 DIP Ideas » ImportC define attribute | |||
|---|---|---|---|
| |||
D makes it possible to import C files transparently and "it just works" According to... | |||
August 21 Issues » [Issue 24712] New: Derived outer class reference doesn't work right. | |||
|---|---|---|---|
| |||
...Inner2 make() { return new Inner2; }
}
So, I define a base class which has an inner... | |||
August 20 General » Outer class reference oddity? | |||
|---|---|---|---|
| |||
...Inner2 make() { return new Inner2; }
}
So, I define a base class which has an inner... | |||
August 06 Learn » Re: importC with struct name and function conflict | |||
|---|---|---|---|
| |||
...use ctfe symbol_name to get d define, and the symbol type name is get... | |||
Copyright © 1999-2021 by the D Language Foundation