[libc++] [ranges] sized_range of iota_view<short, short> #67551
Labels
libc++
libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.
ranges
Issues related to `<ranges>`
rejects-valid
Hi. The following code, when compiled with libc++, is unable to deduce the correct size type of iota_view. Changing short to a different integral type generates no errors.
clang output:
The text was updated successfully, but these errors were encountered: