boostorg / boostorg/safe_numerics
Define to_string for safe integers
Open
- Dominant language
- C++
- Stars
- 222
- Forks
- 46
- PR merge metrics
- No merged PRs in 30d
Description
Because it would be convenient if code like the following worked generically for both regular ints and safe ints:
template
std::string f(I i)
{
using std::to_string;
return to_string(i);
}
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.