[libcxx-commits] [libcxx] [libc++] Verify forward_list self-merging is a no-op (PR #129985)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Mar 19 09:26:42 PDT 2025
================
@@ -110,5 +110,12 @@ int main(int, char**) {
}
#endif
+ { // Make sure self-merging does nothing.
----------------
ldionne wrote:
```suggestion
{ // LWG3088: Make sure self-merging does nothing.
```
https://github.com/llvm/llvm-project/pull/129985
More information about the libcxx-commits
mailing list