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
Theoretically, this improves codegen by allowing `x = f()` to move-from
the returned temporary instead of requiring a copy. In these cases I
don't expect any effect; it's just to keep the codebase clean.
Also change `operator"" _deg` to `operator""_deg`; the former spelling
was deprecated in 2023 (but, strangely, was deprecated retroactively
all the way back to C++11: see CWG2521).
0 commit comments