llparse
llparse copied to clipboard
Generated header issue with Swift Cxx interop
Per the recommendation here, I am opening an issue on this repo to request a change to the generated c_nio_llhttp.h header. It appears that the stdint.h include here needs to be moved outside the extern "C" block and included as <cstdint> when Cxx interop is enabled for Swift packages that use it to both compile and not break the debugger.
Any plans to address this?
Last commit in the project was 8 months ago. I would not hold my breath.