17 Sep
2020
17 Sep
'20
8 p.m.
Em qua., 16 de set. de 2020 às 11:27, Eduardo Quintana via Boost
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/