]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Fix build with clang 16
authorTom Tromey <tromey@adacore.com>
Mon, 11 Dec 2023 17:04:23 +0000 (10:04 -0700)
committerTom Tromey <tromey@adacore.com>
Fri, 22 Dec 2023 16:35:11 +0000 (09:35 -0700)
commit9b9e5c09b1879766af959d276e99780982f4350b
tree37171c4f05cae059fcaac1c0308b074a4262d9e0
parent54ede87e196dca065e1f7f66f8fd80c327fd5255
Fix build with clang 16

clang 16 reports a missing declaration in new-op.cc.  We believed
these operators to be declared starting with C++14, but apparently
that is not the case.

This patch reverts the earlier change and then updates the comment to
reflect the current state.

Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=31141
gdbsupport/new-op.cc