We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f29be61 commit f7a2234Copy full SHA for f7a2234
flang/include/flang/Semantics/dump-expr.h
@@ -51,8 +51,8 @@ class DumpEvaluateExpr {
51
#elif defined(_MSC_VER)
52
std::string_view v(__FUNCSIG__);
53
// Extract the "xyz" from the "pretty function" string:
54
- // "... TypeOf<xyz>::get(void)"
55
- std::string_view front(" TypeOf<");
+ // "...TypeOf<xyz>::get(void)"
+ std::string_view front("TypeOf<");
56
std::string_view back(">::get(void)");
57
58
#else
0 commit comments