Changeset 724 for trunk/lib/utility.cc
- Timestamp:
- Dec 9, 2008, 2:34:16 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/utility.cc
r709 r724 335 335 336 336 337 std::string version_string(void)338 {339 std::stringstream ss;340 ss << " (";341 if (DEV_BUILD)342 ss << "r" << svn_revision() << " ";343 ss << "compiled " << compilation_time() << ", " << compilation_date()344 << ")";345 return ss.str();346 }347 348 349 337 std::string match(std::string::const_iterator& first, 350 338 const std::string::const_iterator& last,
Note: See TracChangeset
for help on using the changeset viewer.