Viewing profile — yolina
yolina
HN member- Joined
- Mon, Mar 30, 2026, 12:54 PM UTC
- HN karma
- 5
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About yolina
No profile information was provided.
Recent public activity
-
comment
Comment #47584656
You pretty much need lifetime tracking to make it foolproof. A quick dirty hack would be to have a static analyzer drop B from the symbol table after it sees std::move and give a w…
-
comment
Comment #47574204
destructive moves are required to make moves zero cost. Currently move semantics in C++ requires that A is left in a 'moved from, but valid state' which means that: 1. The compiler…
-
comment
Comment #47573839
Some other language need to step up and rewrite/replace LLVM then, because no language that relies on a ~30 million loc backend written in C++ can ever hope to replace it.
-
comment
Comment #47573809
gcc seems to have full C++20, almost everything in 23 and and implemented reflection for 26 which is probably the only thing anyone cares about in 26. https://en.cppreference.com/w…