Uğur Güney
Uğur Güney
Hi! I encountered this same problem today, and after some research here is my workaround that worked fine for my case (where I wanted to go back to object mode...
This might break the flow of your presentation though. :-( Your favorite algorithm `transform_reduce` should come later in the presentation. :-) Also, I created this pull request using the editor...
By the way, one other thing I've tried before switching to `transform_reduce` was to force `reduce` to operate like `R(R(R(R(init, a), b), c), d)`, and used `std::reduce(std::execution::seq, ...` explicitly, but...
Hi! I just started using glaze, and amazed by the ease of use of serialization and deserialization of structs with no boilerplate! Thanks a lot! I'm using http://github.com/gershnik/modern-uuid as my...
I dug in glaze code via debugger and observed that the execution comes here: [glaze/include/glaze/json/write\.hpp at main · stephenberry/glaze](https://github.com/stephenberry/glaze/blob/main/include/glaze/json/write.hpp#L916-L927) ``` template GLZ_ALWAYS_INLINE void write_pair_content(const Key& key, Value&& value, Ctx& ctx,...