October 31 DIP Ideas » Re: Allow Conditional Compilation Inside Enum Declaration | |||
|---|---|---|---|
| |||
Read the existing discussion. | |||
October 29 Issues » [Issue 24837] Can't version() or static if() to include keys in an enum | |||
|---|---|---|---|
| |||
...FileRemoteProtocolInfo,
FileFullDirectoryInfo,
FileFullDirectoryRestartInfo,
}
enum FILE_INFO_BY_HANDLE_CLASS_NTDDI_WIN8 :
enum(FILE_INFO_BY... | |||
October 29 Issues » [Issue 24837] Can't version() or static if() to include keys in an enum | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=24837 --- Comment #4 from anonymous4 <dfj1esp02@sneakemail... | |||
October 29 Issues » [Issue 24837] Can't version() or static if() to include keys in an enum | |||
|---|---|---|---|
| |||
...with in bindings. However, with regards to enum declarations, I very much wish that we... | |||
October 29 Issues » [Issue 24837] Can't version() or static if() to include keys in an enum | |||
|---|---|---|---|
| |||
...had to port a >500 member C enum and resort, again, to string mixins to... | |||
October 29 Issues » [Issue 24837] Can't version() or static if() to include keys in an enum | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=24837 Max Samukha <maxsamukha@gmail.com> changed... | |||
October 29 Issues » [Issue 24837] Can't version() or static if() to include keys in an enum | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=24837 Jonathan M Davis <issues.dlang@jmdavisProg... | |||
October 29 Issues » [Issue 24837] New: Can't version() or static if() to include keys in an enum | |||
|---|---|---|---|
| |||
...static if() to include keys in an
enum
Product: D
Version: D2
Hardware: All
URL... | |||
October 28 Learn » Re: NGINX Unit and vibe.d Integration Performance | |||
|---|---|---|---|
| |||
...atomicStore!rel(head, nextTail);
return true;
}
}
unittest
{
enum start = 41;
auto queue = IQ!int(10... | |||
October 26 DIP Ideas » Re: Allow Conditional Compilation Inside Enum Declaration | |||
|---|---|---|---|
| |||
...because they are provided by OS. Variable enum may also force client code to be... | |||
Copyright © 1999-2021 by the D Language Foundation