-
Notifications
You must be signed in to change notification settings - Fork 384
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
MacOS: ambiguous assignment. #1379
Comments
Seems incorrect that the compiler would interpret a prvalue as an rvalue, and otherwise there would be no ambiguity (which is the case with all but xcode). So prob just have to work around this. |
More detail after small change:
|
More detail after small change:
|
The initial error appear to refer to the script assignment/copy constructor, but actually refers to other constructors. These have been made ambiguous as a result of the addition of the fast stream constructor. |
Resolved. |
https://github.com/libbitcoin/libbitcoin-system/actions/runs/7681642280/job/20949298358?pr=1378#step:8:884
The text was updated successfully, but these errors were encountered: