[libcxx-commits] [libcxx] [libc++] Fix LWG 4265: std::midpoint should not accept const bool (PR #174579)

Hristo Hristov via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jan 6 05:09:09 PST 2026


================
@@ -27,13 +27,14 @@ void       *vp = nullptr;
 
 int main(int, char**)
----------------
H-G-Hristov wrote:

```suggestion
void test()
```

Verify tests don't need a `main()` function can you move that fix and other unrelated changes into a separate PR?

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


More information about the libcxx-commits mailing list