[libcxx-commits] [PATCH] D115291: [libc++] `= delete` member functions with // = delete;

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Dec 7 15:00:46 PST 2021


philnik created this revision.
philnik added reviewers: ldionne, Quuxplusone.
philnik requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Use `= delete` for member functions that are marked with `// = delete;`


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D115291

Files:
  libcxx/include/__functional/function.h
  libcxx/include/__locale
  libcxx/include/__mutex_base
  libcxx/include/__random/random_device.h
  libcxx/include/__random/seed_seq.h
  libcxx/include/ios
  libcxx/include/istream
  libcxx/include/mutex
  libcxx/include/ostream
  libcxx/include/system_error

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115291.392555.patch
Type: text/x-patch
Size: 9678 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211207/b51a2955/attachment.bin>


More information about the libcxx-commits mailing list