Remove xcode 15 workaround for boost (#39555)

Summary:
Remove Xcode 15 `_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION` workaround for boost. If we update boost, we don't need the workaround anymore.
This PR is based on https://github.com/facebook/react-native/issues/39552. Not sure how Meta internally deal with stacked PRs. This PR just adds a new commit based on https://github.com/facebook/react-native/issues/39552 anyway.

## Changelog:

[IOS][CHANGED] - Remove Xcode 15 `_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION` workaround for boost

Pull Request resolved: https://github.com/facebook/react-native/pull/39555

Test Plan: RNTester + Xcode 15

Reviewed By: cortinico

Differential Revision: D49454494

Pulled By: cipolleschi

fbshipit-source-id: aacabaa130b61598cf8bd206fdbb96d3b50ba74f
This commit is contained in:
Kudo Chien
2023-09-20 06:03:54 -07:00
committed by Facebook GitHub Bot
parent 2f86aafdfd
commit b9f0bdd12d
11 changed files with 16 additions and 25 deletions
@@ -7,7 +7,7 @@ require "json"
package = JSON.parse(File.read(File.join(__dir__, "../" "package.json")))
boost_version = '1.76.0'
boost_version = '1.83.0'
boost_compiler_flags = '-Wno-documentation'
Pod::Spec.new do |s|