We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a5eea5 commit aaecd7cCopy full SHA for aaecd7c
1 file changed
test/cfg/std.cpp
@@ -5171,7 +5171,7 @@ struct S_constVariablePointer_wstring { // #14575
5171
const std::wstring& get() const { return m; }
5172
};
5173
5174
-S* g_constVariablePointer_wstring();
+S_constVariablePointer_wstring* g_constVariablePointer_wstring();
5175
5176
void h_constVariablePointer_wstring(const wchar_t*);
5177
0 commit comments