Skip to content

Fix deprecated C++ imports#52212

Closed
caodoan wants to merge 1 commit intofacebook:mainfrom
caodoan:export-D77192276
Closed

Fix deprecated C++ imports#52212
caodoan wants to merge 1 commit intofacebook:mainfrom
caodoan:export-D77192276

Conversation

@caodoan
Copy link
Copy Markdown
Contributor

@caodoan caodoan commented Jun 24, 2025

Summary:
Correcting some C++ imports that show up when build with Xcode 26:

  • Missing <string> imports.
  • <tgmath.h> is a deprecated C++ header file, which in this case can be substituted with <cmath>.

Changelog: [Internal]

[iOS][Fixed] - Fix deprecated C++ imports

Reviewed By: zhenma

Differential Revision: D77192276

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jun 24, 2025
@facebook-github-bot
Copy link
Copy Markdown
Contributor

This pull request was exported from Phabricator. Differential Revision: D77192276

@caodoan caodoan changed the title Correct some cpp imports Fix deprecated C++ imports Jun 24, 2025
@caodoan caodoan force-pushed the export-D77192276 branch from 7e52fbe to c91db9f Compare June 24, 2025 00:31
@facebook-github-bot
Copy link
Copy Markdown
Contributor

This pull request was exported from Phabricator. Differential Revision: D77192276

Summary:

Correcting some C++ imports that show up when build with Xcode 26:
- Missing `<string>` imports.
- `<tgmath.h>` is a deprecated C++ header file, which in this case can be substituted with `<cmath>`.

## Changelog: [Internal]

[iOS][Fixed] - Fix deprecated C++ imports

Reviewed By: zhenma

Differential Revision: D77192276
@caodoan caodoan force-pushed the export-D77192276 branch from c91db9f to f8378af Compare June 24, 2025 20:07
@facebook-github-bot
Copy link
Copy Markdown
Contributor

This pull request was exported from Phabricator. Differential Revision: D77192276

@facebook-github-bot
Copy link
Copy Markdown
Contributor

This pull request has been merged in fedceec.

@facebook-github-bot facebook-github-bot added the Merged This PR has been merged. label Jun 24, 2025
@react-native-bot
Copy link
Copy Markdown
Collaborator

This pull request was successfully merged by @caodoan in fedceec

When will my fix make it into a release? | How to file a pick request?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported Merged This PR has been merged. p: Facebook Partner: Facebook Partner

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants