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

Fix build error with "/std:c++20" #6

Merged
merged 2 commits into from
Sep 11, 2023
Merged

Conversation

pladux
Copy link
Contributor

@pladux pladux commented Aug 12, 2023

Explicit capture of this using [=] is deprecated in c++20.

D:\Build\5.3\QuickActions\HostProject\Plugins\QuickActions\Source\SpotlightSearch\Private\Extensions\ReflectionFunctionsExtension.cpp(26): error C4855: Die implizite Erfassung von "this" über "[=]" ist in "/std:c++20" veraltet.

@pasotee
Copy link
Contributor

pasotee commented Sep 11, 2023

Thanks for the fix.

@pasotee pasotee enabled auto-merge (squash) September 11, 2023 13:04
@pasotee pasotee disabled auto-merge September 11, 2023 13:06
@pasotee pasotee merged commit 7b06666 into outoftheboxplugins:main Sep 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants