Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use C++17 namespace #41771

Closed

Conversation

christophpurrer
Copy link
Contributor

Summary: Since we are already enforcing C++20 (and 17), we can set the namespace declaration to the C++17 style

Differential Revision: D51789991

@facebook-github-bot facebook-github-bot added CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. p: Facebook Partner: Facebook Partner fb-exported labels Dec 3, 2023
@facebook-github-bot
Copy link
Contributor

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

@analysis-bot
Copy link

analysis-bot commented Dec 3, 2023

Platform Engine Arch Size (bytes) Diff
android hermes arm64-v8a 17,726,004 +16
android hermes armeabi-v7a n/a --
android hermes x86 n/a --
android hermes x86_64 n/a --
android jsc arm64-v8a 21,113,204 +2
android jsc armeabi-v7a n/a --
android jsc x86 n/a --
android jsc x86_64 n/a --

Base commit: 974e584
Branch: main

@facebook-github-bot
Copy link
Contributor

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

christophpurrer added a commit to christophpurrer/react-native-macos that referenced this pull request Dec 4, 2023
Summary:

Changelog: [Internal]

Since we are already enforcing C++20 (and 17), we can set the namespace declaration to the C++17 style

Reviewed By: NickGerleman

Differential Revision: D51789991
christophpurrer added a commit to christophpurrer/react-native-macos that referenced this pull request Dec 4, 2023
Summary:

Changelog: [Internal]

Since we are already enforcing C++20 (and 17), we can set the namespace declaration to the C++17 style

Reviewed By: NickGerleman

Differential Revision: D51789991
@facebook-github-bot
Copy link
Contributor

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

christophpurrer added a commit to christophpurrer/react-native-macos that referenced this pull request Dec 4, 2023
Summary:

Changelog: [Internal]

Since we are already enforcing C++20 (and 17), we can set the namespace declaration to the C++17 style

Reviewed By: NickGerleman

Differential Revision: D51789991
@facebook-github-bot
Copy link
Contributor

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

1 similar comment
@facebook-github-bot
Copy link
Contributor

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

christophpurrer added a commit to christophpurrer/react-native-macos that referenced this pull request Dec 4, 2023
Summary:

Changelog: [Internal]

Since we are already enforcing C++20 (and 17), we can set the namespace declaration to the C++17 style

Reviewed By: NickGerleman

Differential Revision: D51789991
christophpurrer added a commit to christophpurrer/react-native-macos that referenced this pull request Dec 4, 2023
Summary:

Changelog: [Internal]

Since we are already enforcing C++20 (and 17), we can set the namespace declaration to the C++17 style

Reviewed By: NickGerleman

Differential Revision: D51789991
@facebook-github-bot
Copy link
Contributor

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

christophpurrer added a commit to christophpurrer/react-native-macos that referenced this pull request Dec 4, 2023
Summary:

Changelog: [Internal]

Since we are already enforcing C++20 (and 17), we can set the namespace declaration to the C++17 style

Reviewed By: NickGerleman

Differential Revision: D51789991
@facebook-github-bot
Copy link
Contributor

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

christophpurrer added a commit to christophpurrer/react-native-macos that referenced this pull request Dec 4, 2023
Summary:

Changelog: [Internal]

Since we are already enforcing C++20 (and 17), we can set the namespace declaration to the C++17 style

Reviewed By: NickGerleman

Differential Revision: D51789991
@facebook-github-bot
Copy link
Contributor

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

1 similar comment
@facebook-github-bot
Copy link
Contributor

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

christophpurrer added a commit to christophpurrer/react-native-macos that referenced this pull request Dec 4, 2023
Summary:

Changelog: [Internal]

Since we are already enforcing C++20 (and 17), we can set the namespace declaration to the C++17 style

Reviewed By: NickGerleman

Differential Revision: D51789991
christophpurrer added a commit to christophpurrer/react-native-macos that referenced this pull request Dec 4, 2023
Summary:

Changelog: [Internal]

Since we are already enforcing C++20 (and 17), we can set the namespace declaration to the C++17 style

Reviewed By: NickGerleman

Differential Revision: D51789991
@facebook-github-bot
Copy link
Contributor

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

1 similar comment
@facebook-github-bot
Copy link
Contributor

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

christophpurrer added a commit to christophpurrer/react-native-macos that referenced this pull request Dec 4, 2023
Summary:
Pull Request resolved: facebook#41771

Changelog: [Internal]

Since we are already enforcing C++20 (and 17), we can set the namespace declaration to the C++17 style

Reviewed By: NickGerleman

Differential Revision: D51789991

fbshipit-source-id: 44adf1b3c8e5cdb452d2860599f1c9da4bcb652e
christophpurrer added a commit to christophpurrer/react-native-macos that referenced this pull request Dec 4, 2023
Summary:
Pull Request resolved: facebook#41771

Changelog: [Internal]

Since we are already enforcing C++20 (and 17), we can set the namespace declaration to the C++17 style

Differential Revision: https://internalfb.com/D51789991

fbshipit-source-id: 193dee531741df59d3346383a294d8a5b42e1bf8
christophpurrer added a commit to christophpurrer/react-native-macos that referenced this pull request Dec 4, 2023
Summary:
Pull Request resolved: facebook#41791

Same as facebook#41771 - but this time for compoments

Changelog: [Internal]

Reviewed By: cortinico

Differential Revision: D51804740

fbshipit-source-id: 0807ab222db76ef95ea1a1f63081cbc32132ab4c
@facebook-github-bot
Copy link
Contributor

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

christophpurrer added a commit to christophpurrer/react-native-macos that referenced this pull request Dec 4, 2023
Summary:
Pull Request resolved: facebook#41771

Changelog: [Internal]

Since we are already enforcing C++20 (and 17), we can set the namespace declaration to the C++17 style

Reviewed By: NickGerleman

Differential Revision: D51789991

fbshipit-source-id: 5c835c39219413f71267680dab20e411ad6dc26e
Summary:
Pull Request resolved: facebook#41771

Changelog: [Internal]

Since we are already enforcing C++20 (and 17), we can set the namespace declaration to the C++17 style

Reviewed By: NickGerleman

Differential Revision: D51789991

fbshipit-source-id: 90781b1224ab0bfad87fe40d0dea45f90fe6f9a8
@facebook-github-bot
Copy link
Contributor

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

@facebook-github-bot facebook-github-bot added the Merged This PR has been merged. label Dec 5, 2023
@facebook-github-bot
Copy link
Contributor

This pull request has been merged in b101dd0.

christophpurrer added a commit to christophpurrer/react-native-macos that referenced this pull request Dec 5, 2023
Summary:

Same as facebook#41771 - but this time for compoments

Changelog: [Internal]

Reviewed By: cortinico

Differential Revision: D51804740
christophpurrer added a commit to christophpurrer/react-native-macos that referenced this pull request Dec 5, 2023
Summary:

Same as facebook#41771 - but this time for compoments

Changelog: [Internal]

Reviewed By: cortinico

Differential Revision: D51804740
christophpurrer added a commit to christophpurrer/react-native-macos that referenced this pull request Dec 5, 2023
Summary:

Same as facebook#41771 - but this time for compoments

Changelog: [Internal]

Reviewed By: cortinico

Differential Revision: D51804740
christophpurrer added a commit to christophpurrer/react-native-macos that referenced this pull request Dec 5, 2023
Summary:

Same as facebook#41771 - but this time for compoments

Changelog: [Internal]

Reviewed By: cortinico

Differential Revision: D51804740
christophpurrer added a commit to christophpurrer/react-native-macos that referenced this pull request Dec 5, 2023
Summary:

Same as facebook#41771 - but this time for compoments

Changelog: [Internal]

Reviewed By: cortinico

Differential Revision: D51804740
christophpurrer added a commit to christophpurrer/react-native-macos that referenced this pull request Dec 5, 2023
Summary:

Same as facebook#41771 - but this time for compoments

Changelog: [Internal]

Reviewed By: cortinico

Differential Revision: D51804740
christophpurrer added a commit to christophpurrer/react-native-macos that referenced this pull request Dec 5, 2023
Summary:

Same as facebook#41771 - but this time for compoments

Changelog: [Internal]

Reviewed By: cortinico

Differential Revision: D51804740
christophpurrer added a commit to christophpurrer/react-native-macos that referenced this pull request Dec 5, 2023
Summary:

Same as facebook#41771 - but this time for compoments

Changelog: [Internal]

Reviewed By: cortinico

Differential Revision: D51804740
christophpurrer added a commit to christophpurrer/react-native-macos that referenced this pull request Dec 5, 2023
Summary:

Same as facebook#41771 - but this time for compoments

Changelog: [Internal]

Reviewed By: cortinico

Differential Revision: D51804740
facebook-github-bot pushed a commit that referenced this pull request Dec 5, 2023
Summary:
Pull Request resolved: #41791

Same as #41771 - but this time for compoments

Changelog: [Internal]

Reviewed By: cortinico

Differential Revision: D51804740

fbshipit-source-id: 87f4db5dabfce4639f16fdcb1b1df0fee338a555
Othinn pushed a commit to Othinn/react-native that referenced this pull request Jan 9, 2024
Summary:
Pull Request resolved: facebook#41771

Changelog: [Internal]

Since we are already enforcing C++20 (and 17), we can set the namespace declaration to the C++17 style

Reviewed By: NickGerleman

Differential Revision: D51789991

fbshipit-source-id: 165d7d4e652d60ab200e2355e084010a02f470a4
Othinn pushed a commit to Othinn/react-native that referenced this pull request Jan 9, 2024
Summary:
Pull Request resolved: facebook#41791

Same as facebook#41771 - but this time for compoments

Changelog: [Internal]

Reviewed By: cortinico

Differential Revision: D51804740

fbshipit-source-id: 87f4db5dabfce4639f16fdcb1b1df0fee338a555
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