Changeset 465866c in nscp for include/strEx.h
- Timestamp:
- 06/05/12 07:35:30 (13 months ago)
- Branches:
- master, 0.4.1, 0.4.2
- Children:
- 742b035
- Parents:
- 695f240
- File:
-
- 1 edited
-
include/strEx.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
include/strEx.h
rfa11893 r465866c 256 256 }; 257 257 namespace s { 258 /* 258 259 inline std::string itos(float i) { 259 260 std::stringstream ss; … … 271 272 return ss.str(); 272 273 } 273 inline std::string itos(unsigned int i) { 274 */ 275 template<typename T> 276 inline std::string itos(T i) { 274 277 std::stringstream ss; 275 278 ss << i;
Note: See TracChangeset
for help on using the changeset viewer.








