Skip to content
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

[C++] source_node.cc fails to compile on C++20 #33643

Closed
westonpace opened this issue Jan 12, 2023 · 0 comments · Fixed by #33644
Closed

[C++] source_node.cc fails to compile on C++20 #33643

westonpace opened this issue Jan 12, 2023 · 0 comments · Fixed by #33644
Assignees
Milestone

Comments

@westonpace
Copy link
Member

Describe the bug, including details regarding any error messages, version, and platform.

It's performing an implicit = capture of this which is not allowed in C++20. This is failing the nightly C++20 test.

Component(s)

C++

@westonpace westonpace self-assigned this Jan 12, 2023
westonpace added a commit that referenced this issue Jan 13, 2023
…in c++20 (#33644)

* Closes: #33643

Authored-by: Weston Pace <weston.pace@gmail.com>
Signed-off-by: Weston Pace <weston.pace@gmail.com>
@westonpace westonpace added this to the 11.0.0 milestone Jan 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant