Uh oh!
There was an error while loading. Please reload this page.
XCode15, NDK 25, up v8 and jsc - #59
Closed
CedricGuillemet wants to merge 41 commits into
Closed
Conversation
bghgary
approved these changes
Oct 4, 2023
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Comment on lines
+6
to
+11
| // 'allocator<void>' is deprecated | ||
| // Android with NDK25 | ||
| // 23/10/04 : allocator still present in latest asio main branch | ||
| #if defined(__clang__) | ||
| #pragma clang diagnostic ignored "-Wdeprecated-declarations" | ||
| #endif |
Contributor
There was a problem hiding this comment.
Maybe we should submit a fix to asio. @ryantrem and I did some simple replacements locally to fix this.
Co-authored-by: Gary Hsu <bghgary@users.noreply.github.com>
CedricGuillemet
commented
Nov 14, 2023
CollaboratorAuthor
CedricGuillemet
marked this pull request as draft
November 14, 2023 11:11
CedricGuillemet
marked this pull request as ready for review
January 26, 2024 16:56
CedricGuillemet
commented
Feb 2, 2024
CollaboratorAuthor
Closing as these changes are part of #70 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixes#51