-
Notifications
You must be signed in to change notification settings - Fork 129
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
Compilation failure with the custom data type #1656
Comments
Hi @zjing14, thanks for reporting this issue. The repro code you are using is a part of our test and is run daily. Could you share more details about your build setup so we can compare it to our CI? |
@geyyer It is not an issue in the existing code. I am trying to add You can reproduce the issue with the modified test code as below.
|
@zjing14, I see your point. Would a copy constructor like |
@geyyer a copy assignment is needed otherwise we need to change a lot of places in |
@zjing14, sure, we'll add it! |
Got the compilation error with a custom data type
Below is a simple reproduction.
The text was updated successfully, but these errors were encountered: