Skip to content
This repository was archived by the owner on Jun 1, 2026. It is now read-only.

Fix errors about implicit "this" capture in C++20 mode#1827

Open
vadz wants to merge 1 commit into
microsoft:masterfrom
vadz:c++20
Open

Fix errors about implicit "this" capture in C++20 mode#1827
vadz wants to merge 1 commit into
microsoft:masterfrom
vadz:c++20

Conversation

@vadz
Copy link
Copy Markdown
Contributor

@vadz vadz commented May 22, 2025

Capture "this" explicitly when using C++20, while still not doing it for the earlier versions of the language as it is explicitly not allowed in C++17.

Capture "this" explicitly when using C++20, while still not doing it for
the earlier versions of the language as it is explicitly not allowed in
C++17.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant