Stephen Berry
Stephen Berry
Understandable, I think adding easy to read examples will be the most helpful. I'll make a documentation issue to add examples for the wrappers. _Originally posted by @stephenberry in https://github.com/stephenberry/glaze/issues/869#issuecomment-2018209543_
Add a compile time option to omit the key/value of an array when it is empty.
### Discussed in https://github.com/stephenberry/glaze/discussions/674 Originally posted by **scalpel4k** January 3, 2024 Hi, I see that the write operations are all noexcept. Is there a way to abort writing when some...
Must be able to load CSV files without column or row keys (field names). @arturbac tagging you to let you know we plan to address this issue.
Addresses #825
### Discussed in https://github.com/stephenberry/glaze/discussions/816 Originally posted by **arturbac** March 9, 2024 It should work something like this ``` enum struct format { json, csv }; enum struct comments : bool...
> Precompiled headers helps a lot with Glaze. When i try to use them with clang on glaze I only get errors building pch if(${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.16.0") file(GLOB_RECURSE HEADERS "${CMAKE_SOURCE_DIR}/include/*.h"...