Viewing profile — kev946
kev946
HN member- Joined
- Tue, Dec 04, 2018, 5:21 PM UTC
- HN karma
- 12
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About kev946
No profile information was provided.
Recent public activity
-
comment
Comment #47563798
I was just wondering, because the functions are noexcept in OP's code
-
comment
Comment #47556011
Is it okay for push and pop to have noexcept when copy assignment of T could throw?
-
comment
Comment #41602092
Would recommend the Pikuma 3D graphics course
-
comment
Comment #37999429
I find buffer useful for its conversion functions to/from different encodings, e.g., `Buffer.from(data, 'hex')` or `Buffer.toString('base64')`. Is there a good way to do this with …
-
comment
Comment #18601443
Does this mean that WPF apps can be build on Linux and run on Windows?