November 19 DIP Development » Re: Second Draft: Placement New Expression | |||
|---|---|---|---|
| |||
...it comes to const/immutable:
struct S { int i; char c; }
void main()
{
S dest... | |||
November 19 Issues » [Issue 24867] Wrong deprecation warning of @system variable usage under CTFE | |||
|---|---|---|---|
| |||
...reading overlapped pointers:
```
union Bar
{
string name;
int b;
}
static immutable Bar bar = Bar("foo... | |||
November 19 Issues » [Issue 24867] Wrong deprecation warning of @system variable usage under CTFE | |||
|---|---|---|---|
| |||
...struct Bar {
align(1):
const char* name;
int b = 2;
}
struct Foo {
static immutable Bar... | |||
November 19 DIP Ideas » Changes to User-Defined Attributes syntax | |||
|---|---|---|---|
| |||
...int a; ``` In this case, one should be forced to use parentheses: ```d @(_ => 2) int... | |||
November 18 Issues » [Issue 24866] New: Inconsistent behavior in safe checking of conversion to void | |||
|---|---|---|---|
| |||
...Reporter: bugzilla@digitalmars.com
```
@safe:
struct T { int* a,b,c; }
void bar(void[24... | |||
November 18 Issues » [Issue 24864] New: hasElaborateDestructor incorrectly true for structs with anonymous unions | |||
|---|---|---|---|
| |||
...this() {}
}
static struct S
{
union
{
Member member;
int i;
}
}
static assert(!hasElaborateDestructor!S);
}
---
fails to... | |||
November 17 General » Re: Just a friendly reminder about using arrays in boolean conditions | |||
|---|---|---|---|
| |||
...the compiler uses it:
```d
struct S
{
int x;
}
void main()
{
auto i = typeid(S... | |||
November 17 General » Re: Just a friendly reminder about using arrays in boolean conditions | |||
|---|---|---|---|
| |||
...be printed:
import std.stdio;
void main ()
{
int [] arr;
struct V {
size_t length;
void... | |||
November 16 Issues » [Issue 24337] Segfault when printing an int[] cast from a string literal | |||
|---|---|---|---|
| |||
...Fix bugzilla 24337 - Segfault when printing an int[] cast from a string (#16729) https://github... | |||
November 16 Issues » [Issue 24863] New: DMD v2.109.0 on OpenBSD out of memory when attempting to compile OneDrive for Linux | |||
|---|---|---|---|
| |||
...char)[], bool, bool, bool, bool, bool) [0x83f9b75c09c] ??:? int dmd.main.tryMain(ulong, const(char)**, ref... | |||
Copyright © 1999-2021 by the D Language Foundation