mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-05-25 00:53:18 +08:00
Update release
This commit is contained in:
@@ -11714,6 +11714,7 @@ TypedValueSerializerProvider
|
||||
bool TypedValueSerializerProvider<float>::Serialize(const float& input, WString& output)
|
||||
{
|
||||
output = ftow(input);
|
||||
if (output == L"-0") output = L"0";
|
||||
return true;
|
||||
}
|
||||
|
||||
@@ -11737,6 +11738,7 @@ TypedValueSerializerProvider
|
||||
bool TypedValueSerializerProvider<double>::Serialize(const double& input, WString& output)
|
||||
{
|
||||
output = ftow(input);
|
||||
if (output == L"-0") output = L"0";
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user