We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Technically unavailable before 10.14, but see https://stackoverflow.com/questions/52310835/xcode-10-call-to-unavailable-function-stdvisit for workaround
The text was updated successfully, but these errors were encountered:
https://stackoverflow.com/questions/52521388/stdvariantget-does-not-compile-with-apple-llvm-10-0?rq=1
Sorry, something went wrong.
Actually, the error is bad_optional_access. Cause seems same. https://stackoverflow.com/questions/44217316/how-do-i-use-stdoptional-in-c
bad_optional_access
Passing -mmacosx-version-min=10.12 to clang leads to error: call to unavailable function 'get': introduced in macOS 10.14 :(
-mmacosx-version-min=10.12
error: call to unavailable function 'get': introduced in macOS 10.14
No branches or pull requests
Technically unavailable before 10.14, but see https://stackoverflow.com/questions/52310835/xcode-10-call-to-unavailable-function-stdvisit for workaround
The text was updated successfully, but these errors were encountered: