After upgrading to Xcode 15.3 (15E204a) trivial C++ code of mine no longer compiles:
const string text = textComponent->GetText();
auto isEmpty = text.empty() || std::all_of(text.begin(), text.end(), std::isspace);
now yields compiler error "No matching function for call to 'all_of'" while working as expected on Version 15.2 (15C500b) and older.
Is there a regression in the latest Xcode update C++ support..?
Thanks,
Jay
Selecting any option will automatically load the page