[Bug c++/77601] error: cannot convert 'is_same' to 'const bool' in initialization
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77601 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |6.4 Resolution|---
[Bug c++/77601] error: cannot convert 'is_same' to 'const bool' in initialization
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77601 Jonathan Wakely changed: What|Removed |Added Keywords||rejects-valid Status|UNCON
[Bug c++/77601] error: cannot convert 'is_same' to 'const bool' in initialization
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77601 --- Comment #1 from lh_mouse --- Oops, the last line in `main()` should have been constexpr bool b3 = is_same{}; And as the comment before that line says, it works with g++.