Federico Aponte
Federico Aponte
I have added some code to this project in a separate fork. I'm also interested in it. What is the database you are most interested in to start experimenting with...
The idea is great, but there are a few problems with the implementation. - All CMake variables that would be used on the client side (within the user's `CMakeLists.txt`) start...
This issue has been open for a while now without any follow-up. Does it mean that building `jq` with CMake is not a desire of the maintainers? It would be...
Thanks for the reply! Exceptions need to behave as usual. I'm experimenting with _doctest_ and I wanted to see if our testing code base is easily portable from GoogleTest. Unfortunately...
FTR, I am having the same issue with the `ppc64le` architecture when using `gcc 11`. As for the fix, isn't this just a matter of putting the definition of struct...
> Can you please try the patch: https://github.com/boostorg/charconv/commit/8796af49a050edc51e29a4a0bd487e4f79d13854.patch from the linked PR, and let me know if it works? The CI PPC64LE run is still showing green with the change....
> I also don't see how SFINAE would work here. [...] I don't see such compilation errors can be avoided without the preprocessor. @iv-m I have not tried it, so...