#pragma once #include "ThirdPartyHeadersBegin.h" # include # include # include # include #include "ThirdPartyHeadersEnd.h" namespace tecplot { template std::string ___4187( T ___4314, int precision = 6) { std::stringstream ss; ss << std::setprecision(precision) << ___4314; return ss.str(); } } namespace tecplot { template std::string toString(T ___4314) { return tecplot::___4187(___4314); } } template std::string ___4187(T ___4314) { return tecplot::___4187(___4314); }