You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to be able to safely deduce and extract (.as<int64_t>()) types like std::variant<double, int64_t, uint64_t>. This is useful both big integer support with glz::json_t, but also in more general use cases of std::variant with various numeric types.
The text was updated successfully, but these errors were encountered:
I want to be able to safely deduce and extract (
.as<int64_t>()
) types likestd::variant<double, int64_t, uint64_t>
. This is useful both big integer support withglz::json_t
, but also in more general use cases of std::variant with various numeric types.The text was updated successfully, but these errors were encountered: