gdb: don't use C++17 namespace declaration style
authorSimon Marchi <simon.marchi@efficios.com>
Thu, 29 Apr 2021 20:24:19 +0000 (16:24 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Thu, 29 Apr 2021 20:24:49 +0000 (16:24 -0400)
commite197dfae62d741b8cd147bab888183c7c90f2a88
tree4237dc585a139fb54c0debf51e901fac9aa32c83
parent09e40e44ad05822ed72f6ad720b5e75ea2a8fc67
gdb: don't use C++17 namespace declaration style

In a review, I suggested to use "namespace gdb::observers" instead of
two separate namespace declarations.  I didn't realize that this was a
C++17 feature, which breaks compilers that default to an earlier version
of the language, like g++ 4.8.  Change it back to two separate
declarations.

gdb/ChangeLog:

* auto-load.h: Split namespace declaration.

Change-Id: I701537161967fbd9fcc298ff600bd072aab1251d
gdb/ChangeLog
gdb/auto-load.h
This page took 0.027281 seconds and 4 git commands to generate.