We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1659a3c commit edce801Copy full SHA for edce801
stable/QapGen/QapLexer.inl
@@ -1051,14 +1051,14 @@ static bool go_for_poly(i_dev&dev,TAutoPtr<TYPE>&ref){
1051
}
1052
return ok;
1053
1054
-
+/*
1055
template<class TYPE>
1056
static bool go_for_item(i_dev&dev,const TYPE&ref,...){
1057
static_assert(false,"no way! 2025.06.26 12:07:07.855"); // look like you call save_obj with const lexer
1058
//static_assert(false,__FILE__":"__FUNCTION__" => so bad :(");
1059
//QapDebugMsg(Sys$$<TYPE>::GetRTTI(dev.getEnv())->GetFullName()+" => no way!");
1060
return false;
1061
-}
+}*/
1062
1063
1064
0 commit comments