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

enable C++17 for iOS build #364

Merged
merged 2 commits into from
Apr 6, 2022
Merged

Conversation

schiller-manuel
Copy link
Contributor

fixes #305

@@ -61,7 +61,7 @@ - (void) willMoveToWindow:(UIWindow *)newWindow {
} else {
// Create implementation view when the parent view is set
if(_impl == nullptr && _manager != nullptr) {
__weak typeof(self) weakSelf = self;
__weak decltype(self) weakSelf = self;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch! Was looking into this one after I started building against Fabric earlier today!!!

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@chrfalch did you manage to build project for Fabric?

does not rely on GNU extensions, instead use standardized C++
@chrfalch chrfalch merged commit b25a9c1 into Shopify:main Apr 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

iOS build does not use C++17
3 participants