Viewing profile — kringlezz
kringlezz
HN member- Joined
- Mon, Feb 03, 2025, 11:10 AM UTC
- HN karma
- 1
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About kringlezz
No profile information was provided.
Recent public activity
-
comment
Comment #42917485
>There's no way the compiler can run that, because it doesn't know what x is (indeed, it would have a different value every time you run the function with a new argument). So your …
-
comment
Comment #42917103
Move semantics is only needed because C++ introduced implicit copies (copy constructor) and they of course fucked it up my making them non-destructive so they aren't even 'zero cos…