November 23 Issues » [Issue 24873] New: dmd v2.109.1: static foreach over tuple: segfault | |||
|---|---|---|---|
| |||
...kdevel@vogtner.de
crash.d:
```
import std;
void main ()
{
auto tup = tuple!(string, string, string... | |||
November 22 Issues » [Issue 24872] New: Assigning non-copyable value to array has no effect | |||
|---|---|---|---|
| |||
...struct S
{
int n;
@disable this(this);
}
void main()
{
import std.stdio;
S[1] arr... | |||
November 22 Issues » [Issue 24871] New: DDoc strips indent in triple slash comments | |||
|---|---|---|---|
| |||
...std.stdio;
/// Example
/// ---
/// void main() {
/// foreach (i; 0..10) {
/// writeln("Hello, world!");
/// }
/// }
/// ---
void main() {
writeln... | |||
November 22 Learn » Re: std.mmfile + std.bitmanip.peek, void[] is not a forward range? | |||
|---|---|---|---|
| |||
...bitmanip.peek and friends to work on void[] since the underlying data is assumed to... | |||
November 21 Learn » Re: std.mmfile + std.bitmanip.peek, void[] is not a forward range? | |||
|---|---|---|---|
| |||
...void`
q.d(4): Error: expression `arr[0]` is `void` and has no value
void... | |||
November 21 Learn » std.mmfile + std.bitmanip.peek, void[] is not a forward range? | |||
|---|---|---|---|
| |||
...peek and it's failing because `isForwardRange!(void[])` is false That seems unexpected, am I... | |||
November 21 Issues » [Issue 24793] Allow implicit conversion of const pointers to void* | |||
|---|---|---|---|
| |||
...existing. I'm on the side of void* shouldn't be able to cast to... | |||
November 22 DIP Ideas » Re: New syntax for comma expression | |||
|---|---|---|---|
| |||
...LeInterface
{
void* this;
@system this()
{
super.this();
return this;
}
}
, new __anonclass2 : (LeClass, LeInterface
{
void* this... | |||
November 21 Issues » [Issue 24793] Allow implicit conversion of const pointers to void* | |||
|---|---|---|---|
| |||
...in @system code of const(void*) not converting to void* - that is useful with some... | |||
November 21 Genel » Show Helper | |||
|---|---|---|---|
| |||
...auto selfParse(char[] s) => s[9..$ - 2];
void show(string f = __FILE__,
int line = __LINE... | |||
Copyright © 1999-2021 by the D Language Foundation