Joined: 2023-07-08
────
2024-11-16 flying_gel ┃ RE: Ephera
It makes perfect sense actually. I did write another comment here if you are interested.
This is how operator overloads were written going back to the initial version of C++ back in 1985. […]
2024-11-16 flying_gel ┃ RE: GetOffMyLan
Maybe to a non C++ dev, but a lot of C++ is probably incomprehensible to a non C++ dev, just like there are other laguages that are incomprehensible to C++ devs. To me it makes perfect sense […]
2024-11-16 flying_gel ┃ RE: qaz
You mean copy/move constructor and assignment operator?
Unless you have any special handling the ones generated by the compiler automatically should work just fine. But if you do have to […]
────
2024-11-15 flying_gel ┃ 5💬 ┃ RE: rustyfemboy
I do appreciate how newer C++ standards have made these kinds of things a lot easier too.
[…]
Define all comparison operators with just one one line using C++20
[…]
────