Issue 140129
Summary uh <complex> does not compile with C++26 on clang trunk
Labels clang
Assignees
Reporter TymianekPL
    no way nobody has reported this before but uh
```cpp
#include <complex>
int main(void) {}
```
this code does not compile in C++26 mode on clang trunk
https://godbolt.org/z/81xK1b8W5
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to