includes/std: Fixed "unknown function fm" error was shown in pattern data. (#225)

This commit is contained in:
paxcut
2024-03-15 13:54:03 -07:00
committed by GitHub
parent eaeea8d093
commit 439f04e19b

View File

@@ -37,7 +37,7 @@ namespace auto type
{
fn format_magic(ref auto magic)
{
return fm(magic.value);
return type::fm(magic.value);
};
}
}