Review Board 2.0.15


base: Clean up redundant string functions and use C++11

Review Request #2379 - Created Sept. 10, 2014 and submitted - Latest diff uploaded

Information
Andreas Hansson
gem5
default
Reviewers
Default
Changeset 10372:04967bb57480
---------------------------
base: Clean up redundant string functions and use C++11

This patch does a bit of housekeeping on the string helper functions
and relies on the C++11 standard library where possible. It also does
away with our custom string hash as an implementation is already part
of the standard library.