Author: Louis Dionne Date: 2021-08-27T16:28:45-04:00 New Revision: 9c49fee5e7ac0ca8bc4ec1c3738ca0d83df65852
URL: https://github.com/llvm/llvm-project/commit/9c49fee5e7ac0ca8bc4ec1c3738ca0d83df65852 DIFF: https://github.com/llvm/llvm-project/commit/9c49fee5e7ac0ca8bc4ec1c3738ca0d83df65852.diff LOG: [libc++] Document the removal of std::result_of and std::is_literal_type in C++20 mode Added: Modified: libcxx/docs/ReleaseNotes.rst Removed: ################################################################################ diff --git a/libcxx/docs/ReleaseNotes.rst b/libcxx/docs/ReleaseNotes.rst index fc58a598957b..85b7016485fb 100644 --- a/libcxx/docs/ReleaseNotes.rst +++ b/libcxx/docs/ReleaseNotes.rst @@ -98,3 +98,6 @@ API Changes `CMAKE_POSITION_INDEPENDENT_CODE=ON` instead. - When the header <variant> is included, it will no longer include <array> transitively. + +- The ``std::result_of`` and ``std::is_literal_type`` type traits have been removed in + C++20 mode. _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits