JYLeeLYJ
Results
1
issues of
JYLeeLYJ
Hello , today I found that ranges::view::all cannot accept a prvalue range. For example , ```R = std::vector``` is not a ranges::viewable_range. But the same usage with std::ranges is ok...