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
When formatting floating-point numbers to hexadecimal (a) format, fmt includes the 0x prefix (similar to printf%a), but std doesn't (specified in terms of to_chars). Perhaps std should be fixed.