commit | 553b78748fd19cd5832989f3c2817c6ced4f503b | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Sun Oct 15 12:16:12 2023 -0600 |
committer | Tom Tromey <tom@tromey.com> | Wed Nov 29 14:29:44 2023 -0700 |
tree | 8afcace08042278677ec2b4a4dcc02ea217e2ac1 | |
parent | b096524827460d2a3a7e7d08ae6c2f41a1388bab [diff] |
Rely on C++17 <new> in new-op.cc gdbsupport/new-op.cc has a comment about relying on the C++-17 <new> header. This patch implements the suggestion. Approved-By: Pedro Alves <pedro@palves.net>