[PATCH] D112990: Fix building with GCC 12

Jonathan Wakely via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 2 02:48:48 PDT 2021


jwakely added a comment.

I think the C++ standard says this code should work, despite being stupid. But the `const` should be there anyway, because it doesn't modify anything.


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

https://reviews.llvm.org/D112990



More information about the llvm-commits mailing list