Skip to content

Fix C++20-implicit and pre-C++20 comparison operators for launch_configuration_t #710

@eyalroz

Description

@eyalroz

We have specified we expect C++20 to default a comparison operator for us, for launch configurations. However - some members of launch_configuration_t are missing that same defaulted operator, so the defaulting will fail. Also, some field comparisons are missing from the explicitly-defined comparison operator.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions