Summary: | circular concept loops in <ranges> | ||
---|---|---|---|
Product: | gcc | Reporter: | Avi Kivity <avi> |
Component: | libstdc++ | Assignee: | Not yet assigned to anyone <unassigned> |
Status: | RESOLVED MOVED | ||
Severity: | normal | CC: | rafael, rs2740, victor, webrown.cpp |
Priority: | P3 | Keywords: | accepts-invalid |
Version: | 10.2.1 | ||
Target Milestone: | --- | ||
See Also: | https://bugs.llvm.org/show_bug.cgi?id=47509 | ||
Host: | Target: | ||
Build: | Known to work: | ||
Known to fail: | Last reconfirmed: |
Description
Avi Kivity
2020-09-19 15:34:08 UTC
Concept evaluation is lazy, not eager. See [temp.inst]/18. This makes sense, according to my very limited ability to understand the standard. I reflected it to the clang bug here: https://bugs.llvm.org/show_bug.cgi?id=47509. This is a clang bug. |