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
fmt/include/fmt/format.h:4004:16: error: missing space between ‘""’ and suffix identifier
fmt/include/fmt/xchar.h:131:13: error: missing space between ‘""’ and suffix identifie
error snippet: operator""_a, just need to add a space between "" and _a
The text was updated successfully, but these errors were encountered:
Eternal-embers
changed the title
Minor error in some code of include directory
missing space between ‘""’ and suffix identifier
Dec 12, 2024
make error
fmt/include/fmt/format.h:4004:16: error: missing space between ‘""’ and suffix identifier
fmt/include/fmt/xchar.h:131:13: error: missing space between ‘""’ and suffix identifie
error snippet:
operator""_a
, just need to add a space between""
and_a
The text was updated successfully, but these errors were encountered: