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
CoinTime: refactor CoinWallclockTime to C++17 inline variable
Replace the function-local static + callType overload with a C++17
inline const double coinWallclockStart initialised at static-init time
(before main()). CoinWallclockTime() is now a simple subtraction with
no branching or guard state.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments