-
Notifications
You must be signed in to change notification settings - Fork 56
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
Adding C++23 compatibility #3309
Labels
triage
Flags issues that need to be triaged
Comments
gcc 13.3.0 errors
|
Does this patch help? It engages the standard C++ idiom for copy constructor and copy assignment.
|
Thank you.
but I was able to build it after changing the part where the other error occurred based on the patch. |
checking...
|
gcc-15 ok
gcc-12.4.0 and gcc-13.3.0 failed
gcc-11 ok |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Adding C++23 compatibility
The text was updated successfully, but these errors were encountered: