You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR moves the half stream operators from outside of the half class to a friend member function.
The change is necessary as otherwise the operators are not available if the user calls them outside of the global namespace.
There is no change in function behaviour.
0 commit comments