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

destructure all std::pair #104

Merged
merged 1 commit into from
Jun 1, 2024
Merged

Conversation

KooShnoo
Copy link
Contributor

use structured binding to use two separate variables instead of one std::pair. as mentioned, this greatly improves readability.
closes #102

@malleoz
Copy link
Contributor

malleoz commented May 31, 2024

LGTM besides a possible commit rename, at @vabold's discretion.

@KooShnoo KooShnoo force-pushed the structured-binding branch from d4910d2 to 786f5f9 Compare June 1, 2024 00:13
@vabold vabold merged commit 0959409 into vabold:main Jun 1, 2024
4 checks passed
@KooShnoo KooShnoo deleted the structured-binding branch June 2, 2024 14:25
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.

Replaces all instances of auto std::pair with structured bindings
3 participants