Set -DCXXOPTS_CXX_STANDARD=17 while building to avoid icu-related error.
This is supported by cxxopts and included in their testing [1]. The
build just *defaults* to C++11, which icu >= 75 no longer supports.
[1]: 76bd60dc17
Set -DCXXOPTS_CXX_STANDARD=17 while building to avoid icu-related error.
This is supported by cxxopts and included in their testing [1]. The
build just *defaults* to C++11, which icu >= 75 no longer supports.
[1]: 76bd60dc17