$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Matt Borland (matt_at_[hidden])
Date: 2023-09-21 14:43:38
>
> Looking good! Maybe on the to_chars() side, you could add std::to_string (C++11),
> and format/print from FMT lib (C++11 or not less) / std (C++20), to compare against. âDD
Good call; I will add those. Thanks.
Matt