diff options
Diffstat (limited to 'gdbsupport/byte-vector.h')
-rw-r--r-- | gdbsupport/byte-vector.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdbsupport/byte-vector.h b/gdbsupport/byte-vector.h index 6de60c9..c3c9a5b 100644 --- a/gdbsupport/byte-vector.h +++ b/gdbsupport/byte-vector.h @@ -20,7 +20,8 @@ #include "gdbsupport/def-vector.h" -namespace gdb { +namespace gdb +{ /* byte_vector is a gdb_byte std::vector with a custom allocator that unlike std::vector<gdb_byte> does not zero-initialize new elements |