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 617a63a commit db75f0cCopy full SHA for db75f0c
src/cpp/cpp_typecheck_compound_type.cpp
@@ -374,7 +374,7 @@ void cpp_typecheckt::typecheck_compound_declarator(
374
if(is_cast_operator && is_static)
375
{
376
error().source_location=cpp_name.source_location();
377
- error() << "cast operators cannot be static`" << eom;
+ error() << "cast operators cannot be static" << eom;
378
throw 0;
379
}
380
0 commit comments