Stephen Berry
Stephen Berry
Originally requested in: #1281 Add runtime support for writing out JSON based on JSON pointer syntax.
Originally requested in: #1281 It would be helpful to have another option to check the length when writing to a raw buffer and return an error if the length of...
MSVC windows headers define macros for `min` and `max`, which conflict with any use of `min` and `max` names in code, like dragonbox. An elegant solution is to add parenthesis,...
Inspired by this issue: #1587 Raw buffer support makes this somewhat complicated, but we need to have better feedback for buffers that users expect to be resized and aren't getting...
### Discussed in https://github.com/stephenberry/glaze/discussions/1571 Originally posted by **Yzen90** January 20, 2025 Hello, would it be possible to add an option to make fields required by default when generating a JSON...
Wait until you have deducing this support: ```c++ template< class Self, class Visitor > constexpr decltype(auto) visit( this Self&& self, Visitor&& vis ); ``` See std::variant: https://en.cppreference.com/w/cpp/utility/variant/visit
This can done done when GCC 12 support is deprecated