June 30 Issues » [Issue 24641] New: ImportC: enum typedef before definition is not supported | |||
|---|---|---|---|
| |||
...Here's the header file lib.h: --- #ifdef __cplusplus #define BL_DEFINE_CONST static constexpr... | |||
April 13 Learn » Re: How to set include paths of a c source in dub when using importc | |||
|---|---|---|---|
| |||
...dub.json? for instance: c source has #ifdef ORT_DLL_IMPORT normally we do it... | |||
March 31 General » Re: importC: __asm volatile parsing failure - issue or not? | |||
|---|---|---|---|
| |||
...syntaxes. Usually, in header files with asm syntax, it can be disabled with an #ifdef. | |||
March 04 Announce » D Language Foundation November 2023 Monthly Meeting Summary | |||
|---|---|---|---|
| |||
...define that wasn't guarded with an ifdef and was related to how it was... | |||
February 18 Learn » Re: How can i find my LAN IP Address using std.socket? | |||
|---|---|---|---|
| |||
...seem the necessary Windows headers (IPTypes.h / ifdef.h) have been ported to D for... | |||
February 12, 2024 Issues » [Issue 24389] New: importC: Building zlib in Phobos with importC fails on FreeBSD 14 | |||
|---|---|---|---|
| |||
...extern __typeof (sym) aliassym __attribute__ ((__alias__ (#sym)))
#ifdef __STDC__
#define __weak_reference(sym,alias) \
__asm... | |||
December 25, 2023 Issues » [Issue 24291] ImportC: cannot compile janet.c | |||
|---|---|---|---|
| |||
...opcode -> label lookup if using clang/GCC */
#ifdef JANET_USE_COMPUTED_GOTOS
static void *op... | |||
December 21, 2023 General » Re: Looking for a Lua alternative | |||
|---|---|---|---|
| |||
...opcode -> label lookup if using clang/GCC */
#ifdef JANET_USE_COMPUTED_GOTOS
static void *op... | |||
November 16, 2023 Internals » Re: druntime: proposed changes in code organization | |||
|---|---|---|---|
| |||
...files instead of the version hell like #ifdef hell in C. However, in order this... | |||
November 04, 2023 Learn » Re: Why can't we use strings in C++ methods? | |||
|---|---|---|---|
| |||
...h> #include <stddef.h> #include <stdint.h> #ifdef CUSTOM_D_ARRAY_TYPE #define _d_dynamicArray... | |||
Copyright © 1999-2021 by the D Language Foundation