mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
a76e778804
* tag_invoke based custom types Now you can use tag_invoke to add a custom type or a group of custom types. * Fixing macro usage + Fixing noexcept * Fixing the usage of #include We don't need <concepts> at all seems like it * Fixing tag_invoke impl for MSVC