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
Attempting to format non-void, non-char pointers normally leads to a compiler error, but attempting to format a class with an implicit conversion to a non-void, non-char pointer (e.g. a wchar_t) is not caught.
Attempting to format non-void, non-char pointers normally leads to a compiler error, but attempting to format a class with an implicit conversion to a non-void, non-char pointer (e.g. a
wchar_t
) is not caught.Example (click to view on compiler explorer):
The text was updated successfully, but these errors were encountered: