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 throwing spear use in human evolution have…
The bounded::integer types accept three template parameters: `integer<min, max, overflow_policy>`. That final parameter can be bounded::throw_policy, which is itself templated on the exception type thrown. The default…
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 that there exists an integer type that is…
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 throwing spear use in human evolution have…
The bounded::integer types accept three template parameters: `integer<min, max, overflow_policy>`. That final parameter can be bounded::throw_policy, which is itself templated on the exception type thrown. The default…
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 that there exists an integer type that is…