October 22 Genel » Düzeltilmiş Dizi Birikintisi( Array Pool) | |||
|---|---|---|---|
| |||
...class ArrayPool(T) {
enum len = 1024 * 1024; // default Max Array Length
enum num = 50; // default... | |||
October 19 Learn » Re: List classes at compile time | |||
|---|---|---|---|
| |||
...std.stdio; import std.algorithm; import dummy; enum foo = "we need foo just to get... | |||
October 15 General » Re: Move Constructor Syntax | |||
|---|---|---|---|
| |||
...s; }
@disable this();
~this() { ++count; }
}
int count;
enum value = 42;
void main()
{
auto s1 = S... | |||
October 15 Learn » Re: Would appreciate some help porting Q3VM to D (mainly C macros and type conversions) | |||
|---|---|---|---|
| |||
...you need to replace `enum` by `const` or even `auto`. `enum` means the value should... | |||
October 16 General » Re: VisualD regressions are severe; what do we do about critical infrastructure? | |||
|---|---|---|---|
| |||
...work. Press '.' after an aggregate or an enum or whatever, the list that pops up... | |||
October 15 Learn » Re: need help to find a way to replace c macro | |||
|---|---|---|---|
| |||
...i32;
long i64;
double f64;
}_U u;
}
enum string JS_CFUNC_DEF(string name, string... | |||
October 15 DIP Ideas » Re: Allow Conditional Compilation Inside Enum Declaration | |||
|---|---|---|---|
| |||
...ConsArray(Enum, size_t col)
{
mixin(makeEnum!col);
E[] list;
size_t index;
enum makeEnum... | |||
October 14 Issues » [Issue 24812] [REG 2.106] Incorrect highlighting when diagnosing an empty enum declaration since #15664 | |||
|---|---|---|---|
| |||
...24812 - Incorrect highlighting when diagnosing an empty enum declaration https://github.com/dlang/dmd/pull... | |||
October 14 Issues » [Issue 24812] [REG 2.106] Incorrect highlighting when diagnosing an empty enum declaration since #15664 | |||
|---|---|---|---|
| |||
...24812 - Incorrect highlighting when diagnosing an empty enum declaration https://github.com/dlang/dmd/pull... | |||
October 14 Issues » [Issue 24812] [REG 2.106] Incorrect highlighting when diagnosing an empty enum declaration since #15664 | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=24812 Iain Buclaw <ibuclaw@gdcproject.org> changed... | |||
Copyright © 1999-2021 by the D Language Foundation