]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Fix compilation error with clang in gdb/testsuite/gdb.cp/exception.cc
authorGary Benson <gbenson@redhat.com>
Mon, 20 Apr 2020 14:05:01 +0000 (15:05 +0100)
committerGary Benson <gbenson@redhat.com>
Mon, 20 Apr 2020 14:06:13 +0000 (15:06 +0100)
commit25230285442ed10ec0f65d770d0a188ff8680b8f
tree0960b7d89ec35ccddefeb7a00a685f70d0fa8082
parentfa93cc8f35dbed69c3c47aa803686d87f2143779
Fix compilation error with clang in gdb/testsuite/gdb.cp/exception.cc

Clang fails to compile the above file, with the following error:
  warning: using directive refers to implicitly-defined namespace 'std'

This prevents the following testcase from executing:
  gdb.cp/exception.exp
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.cp/exception.cc