Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a compilation issue and a crash issue if using Xcode 15 (#16306)
* Fix crash in __cxx_global_var_init if using Xcode 15 and targeting <= iOS 14 * fixed #16190: Compilation errors if using Clang 15 with c++17 since std::unary_function has been removed (#16191) * fixed #16190: Compilation errors if using Clang 15 with c++17 since std::unary_function has been removed * Windows doesn't need to define BOOST_NO_CXX98_FUNCTION_BASE since it has already been defined.
- Loading branch information