$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: VinÃcius dos Santos Oliveira (vini.ipsmaker_at_[hidden])
Date: 2020-09-17 20:00:21
Em qua., 16 de set. de 2020 Ã s 11:27, Eduardo Quintana via Boost
<boost_at_[hidden]> escreveu:
> I would have liked to give users the freedom to choose the accuracy
> through templates. Something like:
>
> // i want speed
> boost::json::parser< int > p_int;
>
> // i want accuracy
> boost::json::parser< boost::multiprecision::cpp_int > p_infinity;
By this example, can we assume you only care about this flexibility at
parsing level and not necessarily in the DOM-like object
(json::value)?
-- VinÃcius dos Santos Oliveira https://vinipsmaker.github.io/