$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Matt Borland (matt_at_[hidden])
Date: 2023-05-11 14:40:24
> How is this different from boost lexical cast?
Robert,
Charconv has a much smaller scope than lexical cast. We convert character arrays into built-in arithmetic types and vice versa. Thatâs it. Since it has such a narrow scope we can heavily optimize these conversions, which we have sunk a lot of time and effort into.
Matt