We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Current master doesn't build with cesium-native and Clang:
include/c++/v1/__locale:930:44: error: implicit instantiation of undefined template 'std::ctype<unsigned char>' return use_facet<ctype<_CharT> >(__loc).toupper(__c); ^ osgearth.git/src/osgEarthCesium/CesiumCreditsNode.cpp:50:33: note: in instantiation of function template specialization 'std::toupper<unsigned char>' requested here return std::toupper(c1, locale) == std::toupper(c2, locale);
I've fixed it here: #2551
The text was updated successfully, but these errors were encountered:
Fixed in 285eba1
Sorry, something went wrong.
No branches or pull requests
Current master doesn't build with cesium-native and Clang:
I've fixed it here:
#2551
The text was updated successfully, but these errors were encountered: