Maybe a bug of concept and vector #124467
Labels
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
concepts
C++20 concepts
diverges-from:gcc
Does the clang frontend diverge from gcc on this issue
diverges-from:msvc
Does the clang frontend diverge from msvc on this issue
These codes cannot be complied with clang 19, but of no problem with MSVC and GCC.
The error is
But if one of the line 1 or 2 is removed, things become OK. I guess it might be a bug of concept, does anyone have other idea?
The text was updated successfully, but these errors were encountered: