[libcxx-commits] [PATCH] D102992: [libcxx][type_traits] remove `std::is_literal_type` and `std::result_of` for C++20

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jun 29 07:37:54 PDT 2021


ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.

Thanks!



================
Comment at: libcxx/test/support/atomic_helpers.h:142
+
+#endif // ATOMIC_HELPER_H
----------------
As a fly-by, can you fix this comment to say `// ATOMIC_HELPERS_H` (missing `S`). Don't re-upload a patch just for that.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D102992/new/

https://reviews.llvm.org/D102992



More information about the libcxx-commits mailing list