jarro2783 / cxxopts

Lightweight C++ command line option parser
MIT License
4.16k stars 582 forks source link

Add <limits> include to cxxopts.hpp #427

Closed MausKaffee34767 closed 4 months ago

MausKaffee34767 commented 4 months ago

Build fails with external/cxxopts/include/cxxopts.hpp:515:29: error: ‘numeric_limits’ is not a member of ‘std’. Full log: wasmdec

I found the fix here: https://stackoverflow.com/questions/71296302/numeric-limits-is-not-a-member-of-std


This change is Reviewable

MausKaffee34767 commented 4 months ago

Sorry, this is a bug in the wasmdec subrepo!