Yihe Li
Yihe Li
Currently, `views::repeat_n` is a range factory that cannot be piped into: ```cpp std::vector vec{1, 2, 3}; views::repeat_n(vec, 2); // [[1, 2, 3], [1, 2, 3]] ``` So this naturally raises...
## App Being Added Zotero #### Open Questions and Pre-Merge TODOs - [x] Keeps list alphabetical. - [x] Matches Standard App Line Format. - [x] App status is clearly stated....
Recently, cppreference added a dropdown to select the standard version (C++03, 11, etc.) at the top bar. For example, this is the regular [`std::vector` constructor page](https://en.cppreference.com/w/cpp/container/vector/vector): ![CleanShot 2024-09-04 at 19...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Description of the Bug Basically something like the track layout in the attached...