boostorg / boostorg/safe_numerics

Define to_string for safe integers

Open
#119 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.