aboutsummaryrefslogtreecommitdiff
path: root/compile
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@efficios.com>2021-04-29 16:24:19 -0400
committerSimon Marchi <simon.marchi@polymtl.ca>2021-04-29 16:24:49 -0400
commite197dfae62d741b8cd147bab888183c7c90f2a88 (patch)
tree4237dc585a139fb54c0debf51e901fac9aa32c83 /compile
parent09e40e44ad05822ed72f6ad720b5e75ea2a8fc67 (diff)
downloadgdb-e197dfae62d741b8cd147bab888183c7c90f2a88.zip
gdb-e197dfae62d741b8cd147bab888183c7c90f2a88.tar.gz
gdb-e197dfae62d741b8cd147bab888183c7c90f2a88.tar.bz2
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
Diffstat (limited to 'compile')
0 files changed, 0 insertions, 0 deletions