Changeset 724 for trunk/lib/utility.h
- Timestamp:
- Dec 9, 2008, 2:34:16 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/utility.h
r705 r724 226 226 inline std::string trim(std::string str) { return htrim(ltrim(str)); } 227 227 228 ///229 /// \return string with version info230 ///231 std::string version_string(void);232 233 228 234 229 template <typename T>
Note: See TracChangeset
for help on using the changeset viewer.