mirror of
https://git.tesses.org/tesses50/crosslang.git
synced 2026-06-13 07:15:31 +00:00
Fix MetadataDecode name and fix compiler error with ci
This commit is contained in:
@@ -145,7 +145,7 @@ namespace Tesses::CrossLang
|
||||
bytes.push_back(std::get<bool>(n) ? 1 : 0);
|
||||
return;
|
||||
}
|
||||
if(std::holds_alternative<nullptr_t>(n))
|
||||
if(std::holds_alternative<std::nullptr_t>(n))
|
||||
{
|
||||
bytes.push_back(2);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user