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

Minor soapy cleanups #433

Merged
merged 2 commits into from
Oct 1, 2024
Merged

Minor soapy cleanups #433

merged 2 commits into from
Oct 1, 2024

Conversation

mattkretz
Copy link
Collaborator

Avoid reference to stdlib function which is unspecified (possibly ill-formed):
https://eel.is/c++draft/library#namespace.std-6

Use std::tie instead of std::forward_as_tuple.
The former creates a tuple of lvalue references, the latter can additionally hold rvalue references, which is not the intent here.

… which is unspecified (possibly ill-formed):
https://eel.is/c++draft/library#namespace.std-6

Signed-off-by: Matthias Kretz <[email protected]>
The former creates a tuple of lvalue references, the latter can
additionally hold rvalue references, which is not the intent here.

Signed-off-by: Matthias Kretz <[email protected]>
@RalphSteinhagen RalphSteinhagen merged commit dad548e into main Oct 1, 2024
10 of 11 checks passed
@RalphSteinhagen RalphSteinhagen deleted the minor_soapy_cleanups branch October 1, 2024 06:09
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