[all-commits] [llvm/llvm-project] bdbac2: [libc++] default some special members in map and s...
Nikolas Klauser via All-commits
all-commits at lists.llvm.org
Sat Jul 5 09:10:02 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bdbac2bb49544ae89dc8b009fa539ec2d4c939ae
https://github.com/llvm/llvm-project/commit/bdbac2bb49544ae89dc8b009fa539ec2d4c939ae
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2025-07-05 (Sat, 05 Jul 2025)
Changed paths:
M libcxx/include/map
M libcxx/include/set
Log Message:
-----------
[libc++] default some special members in map and set (#147081)
We don't actually do anything special in these special member functions,
so we can just `= default` them to save a bit of code.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list