April 04, 2014 Learn » Re: porting GCC macro to D | |||
|---|---|---|---|
| |||
On 04/04/2014 08:42 AM, ketmar wrote: A regular function would work too... | |||
April 04, 2014 Learn » Re: porting GCC macro to D | |||
|---|---|---|---|
| |||
sure, and i can rewrite the whole call, passing destination variable as template argument. but... | |||
April 04, 2014 Learn » Re: porting GCC macro to D | |||
|---|---|---|---|
| |||
You can hack around that limitation if it's acceptable to use a temporary variable... | |||
April 04, 2014 Learn » Re: porting GCC macro to D | |||
|---|---|---|---|
| |||
ketmar: Define a function. And in D there is no way to require a sure... | |||
April 04, 2014 Learn » porting GCC macro to D | |||
|---|---|---|---|
| |||
i have some C code like this:
void func0 (void) { … }
int func1 (void) { …... | |||
April 02, 2014 General » Re: Community input for a new C binding generator project | |||
|---|---|---|---|
| |||
...a play recently with a CTFE'd macro preprocessor in the hope that I could... | |||
March 29, 2014 Announce » Re: warp: a fast C and C++ preprocessor | |||
|---|---|---|---|
| |||
...because I've been working on a macro preprocessor the last week or so and... | |||
March 28, 2014 Announce » Re: Delight Programming Language | |||
|---|---|---|---|
| |||
...be used for this [0]. Yes a macro preprocessor that runs at compile time. [0... | |||
March 28, 2014 Announce » Re: Delight Programming Language | |||
|---|---|---|---|
| |||
...fully. Note I have some evil plans involving a macro preprocessor and a c frontend ;) | |||
March 28, 2014 General » macro substitution in D2 | |||
|---|---|---|---|
| |||
...some_var, &str_var); ////////////////////// Please show me how to do macro substitution? Thanks in advance. | |||
Copyright © 1999-2021 by the D Language Foundation