[libcxx-commits] [libcxx] [libc++][NFC] Fix unparenthesized comma expression in mem-initializer (PR #89605)

Krystian Stasiowski via libcxx-commits libcxx-commits at lists.llvm.org
Mon Apr 22 10:20:35 PDT 2024


sdkrystian wrote:

@philnik777 I annotated the commit as NFC because it doesn't change the meaning/output of any tests (since no tests rely on it). Prior to this patch, any test that _would_ have caused the definition of the move constructor to be instantiated would fail to compile. 

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


More information about the libcxx-commits mailing list