July 30 General » Re: [ref variables] Allow `auto ref` | |||
|---|---|---|---|
| |||
...combinations of ref-ness of the constructor parameters are automatically expanded as soon as `S... | |||
July 29 General » [ref variables] Allow `auto ref` | |||
|---|---|---|---|
| |||
...template parameters. The same way `__traits(isRef)` works for `auto ref` function template parameters, it... | |||
July 29 General » Re: [Not really OT] Crowdstrike Analysis: It was a NULL pointer from the memory unsafe C++ language. | |||
|---|---|---|---|
| |||
...isn’t because practically, almost all `ref` function parameters are expected to be non-null and... | |||
July 29 Learn » Re: copy must be const?!? | |||
|---|---|---|---|
| |||
...the compiler would discard the const from parameters that are anyway never const, that's... | |||
July 27 General » Re: [Not really OT] Crowdstrike Analysis: It was a NULL pointer from the memory unsafe C++ language. | |||
|---|---|---|---|
| |||
...them. But the worst offender are `ref` parameters. They can be null, too, (or `*null... | |||
July 26 Learn » Re: copy must be const?!? | |||
|---|---|---|---|
| |||
...a large range of types. Using const parameters with function templates can work quite well... | |||
July 25 DIP Ideas » Re: Explicit this for methods | |||
|---|---|---|---|
| |||
...html), the proposal to add explicit object parameters to C++23. If you write this... | |||
July 25 Issues » [Issue 24682] [next edition] Require named arguments in certain circumstances | |||
|---|---|---|---|
| |||
...named parameters. On the other hand, the assumption that array literal or lambda expression parameters... | |||
July 25 Issues » [Issue 24682] New: [next edition] Require named arguments in certain circumstances | |||
|---|---|---|---|
| |||
...passing a `true` or `false` as function parameters, named arguments should be required (unless the... | |||
July 24 General » Re: D not considered memory safe | |||
|---|---|---|---|
| |||
...That's one reason to switch to parameters, but there's another: make the compiler... | |||
Copyright © 1999-2021 by the D Language Foundation