Viewing profile — davidstone
davidstone
HN member- Joined
- Sat, Oct 05, 2019, 12:01 AM UTC
- HN karma
- 3
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About davidstone
No profile information was provided.
Recent public activity
-
comment
Comment #23495809
Do you have a source for this claim? It is contradicted by https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6347593/ "Evidence-based debates around the origins of thrusting and throwin…
-
comment
Comment #21163217
Library author here: As I have added more features to the library, compile times have definitely suffered. Fortunately, the latest version of the clang compiler added `-ftime-trace…
-
comment
Comment #21162989
Only very old versions of the library are supported by those older compilers. My library is targeting the C++20 standard, so currently the only compile version that can compile it …
-
comment
Comment #21162967
The bounded::integer types accept three template parameters: `integer `. That final parameter can be bounded::throw_policy, which is itself templated on the exception type thrown. …
-
comment
Comment #21162946
Library author here. I'm sorry you found the wording confusing. I was trying to talk generally about the non-library types: things like int and long. The C++ standard guarantees th…