[all-commits] [llvm/llvm-project] feb80a: [libc++] `= delete` member functions with // = del...
philnik777 via All-commits
all-commits at lists.llvm.org
Wed Dec 8 10:30:48 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: feb80aa96ba68e9599de61ce87e68650c1dae699
https://github.com/llvm/llvm-project/commit/feb80aa96ba68e9599de61ce87e68650c1dae699
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2021-12-08 (Wed, 08 Dec 2021)
Changed paths:
M libcxx/include/__functional/function.h
M libcxx/include/__locale
M libcxx/include/__mutex_base
M libcxx/include/__random/random_device.h
M libcxx/include/__random/seed_seq.h
M libcxx/include/ios
M libcxx/include/istream
M libcxx/include/mutex
M libcxx/include/ostream
M libcxx/include/system_error
Log Message:
-----------
[libc++] `= delete` member functions with // = delete;
Use `= delete` for member functions that are marked with `// = delete;`
Reviewed By: ldionne, Quuxplusone, #libc
Spies: jloser, libcxx-commits
Differential Revision: https://reviews.llvm.org/D115291
More information about the All-commits
mailing list