diff --git a/util/geosop/cxxopts.hpp b/util/geosop/cxxopts.hpp index 6ec7998a1c..1acfb88c2f 100644 --- a/util/geosop/cxxopts.hpp +++ b/util/geosop/cxxopts.hpp @@ -677,12 +677,14 @@ namespace cxxopts integer_parser(text, value); } + #ifndef __illumos__ inline void parse_value(const std::string& text, int8_t& value) { integer_parser(text, value); } + #endif inline void