Live data from Hacker News

Viewing profile — davidstone

davidstone

HN member
Joined
Sat, Oct 05, 2019, 12:01 AM UTC
HN karma
3
Public activity
5 items

About davidstone

No profile information was provided.

Recent public activity

  1. 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…

  2. 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…

  3. 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 …

  4. 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. …

  5. 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…