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

fix: BinUtility was auto-convertible from Transform3 #3691

Merged

Conversation

paulgessinger
Copy link
Member

This was visible when trying to do

std::cout << Transform3{};

which would invoke BinUtility's output stream operator, because that wasn't a hidden friend, and BinUtility was auto-convertible.

This was visible when trying to do

```cpp
std::cout << Transform3{};
```

which would invoke BinUtility's output stream operator, because that
wasn't a hidden `friend`, and BinUtility was auto-convertible.
@paulgessinger paulgessinger added this to the next milestone Oct 4, 2024
@github-actions github-actions bot added the Component - Core Affects the Core module label Oct 4, 2024
Copy link

github-actions bot commented Oct 4, 2024

📊: Physics performance monitoring for ebd2d02

Full contents

physmon summary

Copy link

sonarcloud bot commented Oct 4, 2024

@kodiakhq kodiakhq bot merged commit 5c5d085 into acts-project:main Oct 4, 2024
42 checks passed
@github-actions github-actions bot removed the automerge label Oct 4, 2024
@acts-project-service acts-project-service added the Fails Athena tests This PR causes a failure in the Athena tests label Oct 4, 2024
@paulgessinger paulgessinger modified the milestones: next, v37.0.0 Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component - Core Affects the Core module Fails Athena tests This PR causes a failure in the Athena tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants