commit | 534f307957b1ca531bbde3459b905b875724d885 | [log] [tgz] |
---|---|---|
author | Nikolas Klauser <nikolasklauser@berlin.de> | Fri Aug 22 11:24:28 2025 +0200 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Aug 22 02:25:24 2025 -0700 |
tree | f9db0e95b0d8191bc0c3a34d27a89b7c2d8a2f2f | |
parent | 718291290dd102c2899b4f1fdc6ff03dd98ba04a [diff] |
[libc++][NFC] Simplify the special member functions of the node containers (#154707) This patch does two things: - Remove exception specifications of `= default`ed special member functions - `= default` special member functions The first part is NFC because the explicit specification does exactly the same as the implicit specification. The second is NFC because it does exactly what the `= default`ed special member does. GitOrigin-RevId: fd52f4d23211b0d1004f7929e5263c347b4f4399