]> git.stg.codes - stg.git/blobdiff - stglibs/common.lib/common.cpp
Added specialization of str2x for doubles.
[stg.git] / stglibs / common.lib / common.cpp
index 90493e9f83783c3ed926ee32f479c64ed134517d..b527ac588b9ff5d3f2c983b3e967b476b90733dd 100644 (file)
@@ -753,6 +753,11 @@ if (errno == ERANGE)
 
 return 0;
 }
+//---------------------------------------------------------------------------
+int str2x(const std::string & str, double & x)
+{
+return strtodouble2(str.c_str(), x);
+}
 #ifndef WIN32
 //---------------------------------------------------------------------------
 int str2x(const std::string & str, int64_t & x)