[clang] [clang] Implement CWG1719 "Layout compatibility and cv-qualification revisited" (PR #82358)
Vlad Serebrennikov via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 20 12:32:46 PST 2024
================
@@ -120,6 +119,10 @@ Resolutions to C++ Defect Reports
in the template parameters, but is deduced from a previous argument.
(`#78449: <https://github.com/llvm/llvm-project/issues/78449>`_).
+- ``const`` and ``volatile`` qualifiers are now ignored when evaluating
----------------
Endilll wrote:
Done
https://github.com/llvm/llvm-project/pull/82358
More information about the cfe-commits
mailing list