wide-integer icon indicating copy to clipboard operation
wide-integer copied to clipboard

Consider to add namespace-specific version of to_chars(...)

Open ckormanyos opened this issue 4 years ago • 0 comments

Consider adding a namespace-specific version of to_chars(...)

See also (track from, borrow from) corresponding work in cnl

<namespace-specific>::to_chars_result <namespace-specific>::to_chars
  (
    char* first,
    char* last,
    value,
    int base = 10
  );

ckormanyos avatar Dec 24 '21 15:12 ckormanyos