October 15 Learn » need help to find a way to replace c macro | |||
|---|---|---|---|
| |||
```c
typedef union JSCFunctionType {
JSCFunction *generic;
JSValue (*generic_magic)(JSContext *ctx, JSValueConst this_val, int... | |||
October 15 Learn » Would appreciate some help porting Q3VM to D (mainly C macros and type conversions) | |||
|---|---|---|---|
| |||
...markusbkk/442a571353a48c5377c503e7d02570fb My main problem are the macro functions at line 398 in my code... | |||
October 15 Learn » Re: Error when compiling with C libs | |||
|---|---|---|---|
| |||
...WARNING lib.c:1:9: warning: '__GNUC__' macro redefined [-Wmacro-redefined] 1 | #define __GNUC__ 8... | |||
October 15 Learn » Re: Error when compiling with C libs | |||
|---|---|---|---|
| |||
...WARNING lib.c:1:9: warning: '__GNUC__' macro redefined [-Wmacro-redefined] 1 | #define __GNUC__ 8... | |||
October 15 Issues » [Issue 24811] Cant compile C code | |||
|---|---|---|---|
| |||
...WARNING lib.c:1:9: warning: '__GNUC__' macro redefined [-Wmacro-redefined] 1 | #define __GNUC__ 8... | |||
October 11 Learn » Accessing __traits(identifier) for variadic function arguments | |||
|---|---|---|---|
| |||
...onlinedocs/cpp/Stringizing.html) to turn a macro argument into a string literal. This works... | |||
October 08 General » Re: Top 3 use cases for D | |||
|---|---|---|---|
| |||
...wrote: In any language with a decent macro system: Nim and probably Rust, Elixir and... | |||
September 12 Learn » Re: Is it possible to use templates to implement something like the `@show` macro from the Julia programming langauge in D? | |||
|---|---|---|---|
| |||
Yes, I agree; what I see is a very complicated Phobos2. Because it has become... | |||
September 11 Learn » Re: Is it possible to use templates to implement something like the `@show` macro from the Julia programming langauge in D? | |||
|---|---|---|---|
| |||
this isnt autodecoding, cant be, your oping in debuging code and is for temp stuff | |||
September 11 Learn » Re: Is it possible to use templates to implement something like the `@show` macro from the Julia programming langauge in D? | |||
|---|---|---|---|
| |||
Honestly, D, does not really need it, and most of solutions (like above) do have... | |||
Copyright © 1999-2021 by the D Language Foundation