[libcxx-commits] [libcxx] [libc++] Diagnoses insufficiently aligned pointers for std::assume_aligned during constant evaluation (PR #73775)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Wed Nov 29 11:51:40 PST 2023


philnik777 wrote:

The test is checking that we reject non-power-of-two integers as the template argument, but that's not what you've changed. You have to test what you're fixing/adding/removing in your patch.

https://github.com/llvm/llvm-project/pull/73775


More information about the libcxx-commits mailing list