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.
https://godbolt.org/z/TaK4s5YTM
When formatting floating-point numbers to hexadecimal (
a) format,fmtincludes the0xprefix (similar toprintf%a), butstddoesn't (specified in terms ofto_chars).Perhapsstdshould be fixed.