omartijn

Results 15 issues of omartijn

I recently discovered [Boost.PFR](https://www.boost.org/doc/libs/1_84_0/doc/html/boost_pfr.html), which allows a form of reflection on simple aggregates. Reading the field names is, unfortunately, only supported in c++20 (so we couldn't add direct support for...

This ensures the same behaviour for `std::optional` that we get for `json_dto::nullable_t`: It won't fail when feeding it a null value. I think this makes sense, as `json_dto::nullable_t` is documented...

I'd like to be able to customize what happens when deserializing a value that is _defined_ in the JSON, but that has the wrong type. As an example, the following...

**Describe the bug** When using vcpkg from a user-account with non-ASCII characters in the name, many things break. **Environment** - OS: Windows 10 - Compiler: VS 2022 **To Reproduce** Try...

category:question
Stale

I'm trying out mimalloc, and immediately run into an issue, with the following test code. I've tried both with the latest master and with v2.1.7. ```c++ #include #include #include #include...