Search

July 28
General »
...9,
}

// static assert(checkUniqueValues!FOO);
```

3. Use typedef, to create new distinct type for these...
June 30
Issues »
...macro from:

---
#define BL_DEFINE_ENUM(NAME) typedef enum NAME NAME; enum NAME
---

to:

---
#define...
June 30
Issues »
...24641

          Issue ID: 24641
           Summary: ImportC: enum typedef before definition is not
                    supported
           Product: D...
June 23
Announce »
...on types (similar to C/C++'s typedef), whereas ref can only be used on...
June 21
Issues »
...com
          Reporter: ryuukk.dev@gmail.com

```C
typedef struct {
    char* buffer;
} stuff;

void testtest(void...
May 29
Learn »
...cc/src/device/async.h#L25

```cpp
typedef void(*AsyncIOCallback)(IAsyncContext* context, Status result, size...
April 18
Issues »
...already covers this with the following workaround:

```
typedef struct stat stat_t;
```

https://dlang.org...
April 15
Issues »
https://issues.dlang.org/show_bug.cgi?id=24506

feklushkin.denis@gmail.com changed:

           What...
April 15
Issues »
...illegal            |importC: illegal
                   |combination of type         |combination of type
                   |specifiers                  |specifiers __extension__
                   |                            |typedef long long

--
April 15
Issues »
...files *.i which contain line like:

__extension__ typedef long long off64_t;

Compiler (dmd and...
1 2 3 4 5
Next ›   Last »