Use std::string in cp-namespace.c
authorTom Tromey <tom@tromey.com>
Thu, 22 Sep 2016 15:51:03 +0000 (09:51 -0600)
committerTom Tromey <tom@tromey.com>
Fri, 23 Sep 2016 17:37:07 +0000 (11:37 -0600)
commit05d49c372d4689f8ca8baf4fdd32529ac40f297a
treea6e9fe6062e06b0b5d105c6f0e8c34eea0f29a9e
parent5809899dad253e2fefcb6f7ae57a6f43cfa4e3c5
Use std::string in cp-namespace.c

This changes a few spots in cp-namespace.c to use std::string,
removing some cleanups.

2016-09-23  Tom Tromey  <tom@tromey.com>

* cp-namespace.c: Include <string>.
(cp_search_static_and_baseclasses)
(cp_lookup_symbol_imports_or_template, find_symbol_in_baseclass):
Use std::string.
gdb/ChangeLog
gdb/cp-namespace.c