All I took away from this is how more and more complicated C++ as a language becomes to make the syntax slightly more convenient.
vlovich123 | 6 hours ago
Okay, but why
// SPDX-License-Identifier: UNLICENSED
on 6 lines of trivial example code? Of all the things to make proprietary...yjftsjthsd-h | 3 hours ago
Seems like the free comparison function in boost rational should have been constrained to non-rationals
i.e. !is_same_v<rational, U>
nly | 31 minutes ago
My only question is how this operator== override eluded the g++ test suite:
https://osec.io/blog/2025-08-11-compiler-bug-causes-compiler...
questionaaire | 3 hours ago
I brain-typo’d the title into a 12-year-old girl’s bug taking down Solidity and this, frankly, does not live up to that hype
moonlet | 2 hours ago
What is the appeal / high utility use-case for the spaceship "<=>" operator? It seems quite intuitive to me.. too many doodads is a turn off, like a car with excessive modifications. Does continually adding more then more more more eventually become a stressful nightmare of complexity?
For a concrete example of what this looks like, check out the Homer Simpson -designed car.
https://media.wired.com/photos/593252a1edfced5820d0fa07/mast...
p.s. Fascinating bug! One of the most interesting cases I've encountered.