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 was following the example in custom-wrappers.md, but when I tried to compile the code, I got the following error:
error: ‘json’ was not declared in this scope; did you mean ‘glz::fast_float::chars_format::json’?
19 | read<json>::op<Opts>(value.val, args...);
| ^~~~
| glz::fast_float::chars_format::json
I am unsure if I am missing an necessary header or if the documentation needs to be updated to reflect a namespace change in the newer version of Glaze.
Additionally, when I try to compile the following code with Glaze v 4.4.3, which worked in Glaze v4.3.1
I was following the example in custom-wrappers.md, but when I tried to compile the code, I got the following error:
I am unsure if I am missing an necessary header or if the documentation needs to be updated to reflect a namespace change in the newer version of Glaze.
Additionally, when I try to compile the following code with Glaze v 4.4.3, which worked in Glaze v4.3.1
I get the following errors:
Could you let me know how to fix this?
The text was updated successfully, but these errors were encountered: