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

Make it possible to use interface types in STL containers relying on comparisons #552

Merged
merged 3 commits into from
Feb 6, 2024

Conversation

tmadlener
Copy link
Collaborator

BEGINRELEASENOTES

  • Introduce an operator< to the interface types to make it possible to use them in STL containers that require that (e.g. std::map and std::set).

ENDRELEASENOTES

@tmadlener tmadlener merged commit 3d381ab into AIDASoft:master Feb 6, 2024
16 of 18 checks passed
@tmadlener tmadlener deleted the interface-op-lt branch February 6, 2024 10:18
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.

1 participant