ckormanyos/wide-integer

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

ckormanyos opened this issue · 1 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
  );

Hi John (@johnmcfarlane) this older issue has been fixed by #311