I see #XCode 15 still doesn't support C++20 std::format.
Apple's Clang also doesn't like some of my C++ that GCC accepts. I'm guessing that's probably the same as non-Apple Clang, but haven't yet verified. It's entirely possible that Clang is finding things I'm doing wrong that GCC is allowing. Some of the complaints are about method overloading in subclasses. I may have to dive into the language standard, which I'm somewhat dreading. Until now, I've assumed that it's legit if GCC accepts it
1/
Apple's Clang also doesn't like some of my C++ that GCC accepts. I'm guessing that's probably the same as non-Apple Clang, but haven't yet verified. It's entirely possible that Clang is finding things I'm doing wrong that GCC is allowing. Some of the complaints are about method overloading in subclasses. I may have to dive into the language standard, which I'm somewhat dreading. Until now, I've assumed that it's legit if GCC accepts it
1/