Ben Boeckel 270eb96df0 strings: Remove cmStdString references
Casts from std::string -> cmStdString were high on the list of things
taking up time. Avoid such implicit casts across function calls by just
using std::string everywhere.

The comment that the symbol name is too long is no longer relevant since
modern debuggers alias the templates anyways and the size is a
non-issue since the underlying methods are generated since it's
inherited.
2014-03-08 13:05:35 -05:00
..
2014-03-08 13:05:35 -05:00
2014-02-26 14:15:13 +01:00
2014-03-06 00:01:05 -05:00
2014-03-08 13:05:35 -05:00
2012-09-28 17:00:52 -04:00
2012-09-28 17:00:52 -04:00
2013-12-19 10:04:00 -05:00
2012-02-02 23:40:21 +00:00
2014-03-08 13:05:35 -05:00