Update release

This commit is contained in:
Zihan Chen
2017-10-28 07:00:26 -07:00
parent a9aa3b68df
commit 5c3f37e1a5
21 changed files with 21861 additions and 20931 deletions
+2
View File
@@ -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;
}