November 21 Issues » [Issue 24870] New: cast() ignore when the dot operator is used | |||
|---|---|---|---|
| |||
...dlang@jmdavisProg.com
This code
---
void main()
{
const s = S(42);
T* ptr = cast() s... | |||
November 21 Issues » [Issue 24793] Allow implicit conversion of const pointers to void* | |||
|---|---|---|---|
| |||
...void* vs const void* discusses: https://stackoverflow.com/questions/5547131/c-question-const-void-vs... | |||
November 20 Issues » [Issue 24869] New: Qualifier dropped from return type when AliasSeq is indexed with template argument | |||
|---|---|---|---|
| |||
...ref const(AliasSeq!(int)[i]) get(size_t i)() const => n;
}
void main()
{
const S... | |||
November 20 Issues » [Issue 18029] extra dtor call with typed variadic argument (or missing postblit) | |||
|---|---|---|---|
| |||
...we require typed varargs to always be const then? Then, the default opAssign calls the... | |||
November 20 Learn » Re: I can not understand this Error: undefined identifier `cpp_longlong` | |||
|---|---|---|---|
| |||
...bin/ldc2+0x103c45c22) #6 0x0000000104148221 DtoConstExpInit(Loc const&, Type*, Expression*) (/ldc/bin/ldc2+0x103c03221) #7... | |||
November 19 Issues » [Issue 24867] Wrong deprecation warning of @system variable usage under CTFE | |||
|---|---|---|---|
| |||
...on this situation:
```
struct Bar {
align(1):
const char* name;
int b = 2;
}
struct Foo... | |||
November 19 Issues » [Issue 24867] Wrong deprecation warning of @system variable usage under CTFE | |||
|---|---|---|---|
| |||
...system:
```
align(1) struct TracesMetadata {
align(1):
const char* name;
int b = 2;
}
@section(".traces... | |||
November 19 DIP Development » Re: Second Draft: Placement New Expression | |||
|---|---|---|---|
| |||
...the foot, especially when it comes to const/immutable:
struct S { int i; char c... | |||
November 19 Issues » [Issue 24867] Wrong deprecation warning of @system variable usage under CTFE | |||
|---|---|---|---|
| |||
...following:
```
align(1) struct Bar {
align(1):
const char* name;
int b = 2;
}
struct Foo... | |||
November 19 Issues » [Issue 24867] New: Wrong deprecation warning of @system variable usage under CTFE | |||
|---|---|---|---|
| |||
...net
```
align(1) struct Bar {
align(1) const char* name;
}
struct Foo {
static immutable Bar... | |||
Copyright © 1999-2021 by the D Language Foundation