string_helper.cpp: fix compilation error#572
Conversation
|
This appears to be a compatibility issue with the latest CPR release. I’d prefer to address it when I have time to upgrade CPR in the future—the blocker right now is getting GitHub Actions to build for macOS 10.11–10.15. Considering macOS users as a whole make up only 0.4% of wiliwili's users, I'm inclined to drop support for these systems.(Rather than providing pre-built binaries via GitHub Actions, we’ll leave compilation to those system users themselves.) |
Personally I am not affected by pre-built stuff, I can build from source anyway, but it is desirable to retain support in principle. We could probably simplify CMakeLists code though and let package managers handle options per-macOS-version. |
|
(Just to update on the status, I think this fix is working fine, since I am using |
Fixes this error:
However I need to test this with gcc / libstdc++ as well, therefore a draft.