July 25 Learn » Re: Prevent self-comparison without taking the address | |||
|---|---|---|---|
| |||
...x to end up comparing the same object against itself. Pretty much the only time... | |||
July 25 Learn » Re: copy must be const?!? | |||
|---|---|---|---|
| |||
...the move could give you a mutable object. Even if it can, the compiler will... | |||
July 25 General » Re: [Not really OT] Crowdstrike Analysis: It was a NULL pointer from the memory unsafe C++ language. | |||
|---|---|---|---|
| |||
...Paolo Invernizzi wrote: I bet core tech (eye tracking and object detection) is C++ code :) | |||
July 25 DIP Ideas » Re: Explicit this for methods | |||
|---|---|---|---|
| |||
...p0847r7.html), the proposal to add explicit object parameters to C++23. If you write... | |||
July 25 Learn » Re: copy must be const?!? | |||
|---|---|---|---|
| |||
...void fun(myType x) { }
```
called with immutable object should create a mutable x, because
```d... | |||
July 24 Learn » copy must be const?!? | |||
|---|---|---|---|
| |||
...If I copy a const or immutable object, most of the time I do so... | |||
July 24 General » Cherry on top for redub: looking for a module import analyzer | |||
|---|---|---|---|
| |||
...analyze the imports can't be greater than the time won by using object files. | |||
July 23 Issues » [Issue 24460] scope(failure) with a goto breaks safety | |||
|---|---|---|---|
| |||
...th;
Fix;
}
```
`scope(failure)` is not supposed to be able to swallow the thrown object.
-- | |||
July 23 DIP Ideas » Re: Explicit this for methods | |||
|---|---|---|---|
| |||
Reminds me of C++23’s explicit object parameters. In C++, using D lingo, `this` was... | |||
July 22 General » Re: _aaApply2 | |||
|---|---|---|---|
| |||
[...] Sure it does. Check the implementation in object.d, internally it uses a range over... | |||
Copyright © 1999-2021 by the D Language Foundation