commit | cc87f13181d12a7844e1988fe2d27ead4150d263 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Sun Oct 15 13:33:45 2023 -0600 |
committer | Tom Tromey <tom@tromey.com> | Wed Nov 29 14:29:44 2023 -0700 |
tree | 04325fa8817f87e1c2ac7249f88c332ede4a7eb3 | |
parent | 553b78748fd19cd5832989f3c2817c6ced4f503b [diff] |
Rely on copy elision in scope-exit.h gdbsupport/scope-exit.h has a couple of comments about being able to rely on copy elision in C++17. This patch makes the change. Approved-By: Pedro Alves <pedro@palves.net>