-
Notifications
You must be signed in to change notification settings - Fork 403
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
Add equality operators to cxx::variant
and cxx::expected
#1751
Labels
enhancement
New feature
Comments
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Oct 20, 2022
Signed-off-by: Simon Hoinkis <[email protected]>
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Oct 20, 2022
Signed-off-by: Simon Hoinkis <[email protected]>
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Oct 20, 2022
Signed-off-by: Simon Hoinkis <[email protected]>
21 tasks
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Oct 20, 2022
Signed-off-by: Simon Hoinkis <[email protected]>
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Oct 20, 2022
Signed-off-by: Simon Hoinkis <[email protected]>
Neither |
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Oct 25, 2022
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Oct 25, 2022
Signed-off-by: Simon Hoinkis <[email protected]>
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Oct 25, 2022
Signed-off-by: Simon Hoinkis <[email protected]>
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Oct 25, 2022
Signed-off-by: Simon Hoinkis <[email protected]>
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Oct 25, 2022
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Oct 25, 2022
Signed-off-by: Simon Hoinkis <[email protected]>
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Oct 25, 2022
Signed-off-by: Simon Hoinkis <[email protected]>
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Oct 25, 2022
Signed-off-by: Simon Hoinkis <[email protected]>
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Oct 25, 2022
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Oct 25, 2022
Signed-off-by: Simon Hoinkis <[email protected]>
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Oct 25, 2022
Signed-off-by: Simon Hoinkis <[email protected]>
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Oct 25, 2022
Signed-off-by: Simon Hoinkis <[email protected]>
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Oct 25, 2022
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Oct 25, 2022
Signed-off-by: Simon Hoinkis <[email protected]>
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Oct 25, 2022
Signed-off-by: Simon Hoinkis <[email protected]>
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Oct 25, 2022
Signed-off-by: Simon Hoinkis <[email protected]>
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Oct 25, 2022
Signed-off-by: Simon Hoinkis <[email protected]>
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Oct 25, 2022
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Oct 25, 2022
Signed-off-by: Simon Hoinkis <[email protected]>
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Oct 26, 2022
Signed-off-by: Simon Hoinkis <[email protected]>
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Oct 26, 2022
Signed-off-by: Simon Hoinkis <[email protected]>
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Oct 26, 2022
Signed-off-by: Simon Hoinkis <[email protected]>
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Oct 26, 2022
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Oct 26, 2022
Signed-off-by: Simon Hoinkis <[email protected]>
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Oct 26, 2022
Signed-off-by: Simon Hoinkis <[email protected]>
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Oct 26, 2022
Signed-off-by: Simon Hoinkis <[email protected]>
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Oct 26, 2022
Signed-off-by: Simon Hoinkis <[email protected]>
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Oct 26, 2022
mossmaurice
added a commit
to ApexAI/iceoryx
that referenced
this issue
Oct 26, 2022
Signed-off-by: Simon Hoinkis <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Brief feature description
Add the equality operators
operator==()
andoperator!=()
tocxx::variant
andcxx::expected
outside of the class to follow AUTOSAR ruleA13-5-5
.The text was updated successfully, but these errors were encountered: