Fix MetadataDecode name and fix compiler error with ci

This commit is contained in:
2026-01-23 05:11:48 -06:00
parent ba7213e184
commit b3c92707b9
5 changed files with 5 additions and 5 deletions

View File

@@ -1467,7 +1467,7 @@ namespace Tesses::CrossLang
{
body = ParseNode();
}
if(std::holds_alternative<nullptr_t>(item))
if(std::holds_alternative<std::nullptr_t>(item))
item = AdvancedSyntaxNode::Create(DeclareExpression,true, {
AdvancedSyntaxNode::Create(GetVariableExpression,true,{"item"})
});