ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/utils/StringUtils.hpp
(Generate patch)

Comparing trunk/OOPSE-4/src/utils/StringUtils.hpp (file contents):
Revision 1930 by gezelter, Wed Jan 12 22:41:40 2005 UTC vs.
Revision 1945 by tim, Fri Jan 14 16:49:46 2005 UTC

# Line 112 | Line 112 | namespace oopse {
112     */
113      template<typename T>
114      std::string toString(const T& v) {
115 <        std::ostringstream oss;
116 <        T result;
117 <        
115 >        std::ostringstream oss;        
116          oss << v;
117          return oss.str();
118      }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines