llvm-project
27e686c7 - [libc++] Verify that LWG4140 is implemented (#128624)

Commit
354 days ago
[libc++] Verify that LWG4140 is implemented (#128624) According to the commit history, the constructors removed by LWG4140 have never been added to libc++. Existence of non-public or deleted default constructor is observable, this patch tests that there's no such default constructor at all.
Parents
Loading