Search

October 31
DIP Ideas »
Read the existing discussion.
October 29
Issues »
...FileRemoteProtocolInfo,
    FileFullDirectoryInfo,
    FileFullDirectoryRestartInfo,
}

enum FILE_INFO_BY_HANDLE_CLASS_NTDDI_WIN8 :
enum(FILE_INFO_BY...
October 29
Issues »
https://issues.dlang.org/show_bug.cgi?id=24837

--- Comment #4 from anonymous4 <dfj1esp02@sneakemail...
October 29
Issues »
...with in bindings.

However, with regards to enum declarations, I very much wish that we...
October 29
Issues »
...had to port a >500 member C enum and resort, again, to string mixins to...
October 29
Issues »
https://issues.dlang.org/show_bug.cgi?id=24837

Max Samukha <maxsamukha@gmail.com> changed...
October 29
Issues »
https://issues.dlang.org/show_bug.cgi?id=24837

Jonathan M Davis <issues.dlang@jmdavisProg...
October 29
Issues »
...static if() to include keys in an
                    enum
           Product: D
           Version: D2
          Hardware: All
               URL...
October 28
Learn »
...atomicStore!rel(head, nextTail);

    return true;
  }
}

unittest
{
  enum start = 41;
  auto queue = IQ!int(10...
October 26
DIP Ideas »
...because they are provided by OS. Variable enum may also force client code to be...
1 2 3 4 5 6 7 8
Next ›   Last »