Boost logo

Boost :

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/

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk