July 02 Issues » [Issue 24645] New: Hidden static assert error messages if more than 20 errors | |||
|---|---|---|---|
| |||
...types` import `ssize_t` not found, did you mean alias `object.size_t`? /home/denizzz... | |||
July 01 Learn » Re: Why does this mixin fail to compile? | |||
|---|---|---|---|
| |||
...scope, so they aren't necessarily analyzed top...can use your fixed size array append function... | |||
June 27 Learn » Re: Octal Prime Numbers (challenge) | |||
|---|---|---|---|
| |||
...size_t size)
{
import std.bigint;
auto next = BigInt(1);
auto power = BigInt(4);
size... | |||
June 26 DIP Development » Re: First Draft: Callback For Matching Type | |||
|---|---|---|---|
| |||
...b) => b ? 10 : 20,
(long x) => cast(size_t)x,
);
writeln(h); // 3
```
The `int... | |||
June 25 Learn » __asm LDC2: Attribute 'elementtype' type does not match parameter! | |||
|---|---|---|---|
| |||
...Windows. The problematic code: ``` const tmp = __asm!size_t( "pcmpestri $5,$3,$1" // 0 1... | |||
June 24 Issues » [Issue 17953] inout-like mechanism to infer function attributes from callback attributes | |||
|---|---|---|---|
| |||
...delegate(string));
alias opApply = opApplyImpl!(int delegate(size_t, string));
}
void main() @safe
{
import std... | |||
June 20 Issues » [Issue 24618] New: redefined core type errors should show fully qualified name | |||
|---|---|---|---|
| |||
...to a normal size_t. But I had accidentally redefined size_t to an enum... | |||
June 18 General » Re: The Future of D Runtime | |||
|---|---|---|---|
| |||
...won't link, but if you don't...lead to an file-size explosion in DRT... | |||
June 15 Issues » [Issue 24579] stat_t has wrong size for Android armv7a | |||
|---|---|---|---|
| |||
...24579 - stat_t has wrong size for Android armv7a Offsets in stat_t and dirent... | |||
June 15 Issues » [Issue 24579] stat_t has wrong size for Android armv7a | |||
|---|---|---|---|
| |||
...t has wrong size for Android armv7a" fixing this issue: - Fix bugzilla 24579 - stat_t... | |||
Copyright © 1999-2021 by the D Language Foundation