libfuse/.forgejo/workflows
robojerk 68f56b5740
Some checks failed
Build libfuse / Build and Test (push) Failing after 2m21s
Fix cxxopts.hpp missing limits include
- Add sed command to inject #include <limits> at the top of cxxopts.hpp
- This fixes the 'numeric_limits is not a member of std' compilation error
- The cxxopts.hpp header is missing the required limits include
- This is a common issue with C++ headers that don't include all dependencies

The build is now successfully compiling most code but failing on this
specific missing include in the cxxopts.hpp header file.
2025-09-07 17:52:25 -07:00
..
ci.yml Fix cxxopts.hpp missing limits include 2025-09-07 17:52:25 -07:00