includes/type: Fixed use of Reinterpreter type

This commit is contained in:
Nik
2024-11-24 14:53:30 +01:00
committed by GitHub
parent 4c22f28a67
commit b9f5f1668b

View File

@@ -50,7 +50,7 @@ namespace auto type {
}
std::mem::Reinterpreter<u32, float> converter;
converter.from = result;
converter.from_value = result;
return std::format("{}", converter.to);
};