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
On the page for the C++ units library it has the line of code units::meter_per_second_t speed{5.0}; however it should be units::meters_per_second_t speed{5.0};. The same typo is also repeated on other places on the page.