Make target_read_alloc & al return vectors
[deliverable/binutils-gdb.git] / gdb / common / byte-vector.h
index 03c4eb8f8388489abc80261eabafbc6dd792b715..22a67b843157c19ef79de9f1b037e630ed88d8f6 100644 (file)
@@ -56,6 +56,7 @@ namespace gdb {
    and providing the whole std::vector API, if you end up needing it.
 */
 using byte_vector = gdb::def_vector<gdb_byte>;
+using char_vector = gdb::def_vector<char>;
 
 } /* namespace gdb */
 
This page took 0.025235 seconds and 4 git commands to generate.