https://github.com/CaseyCarter/cmcstl2
An implementation of C++ Extensions for Ranges
https://github.com/CaseyCarter/cmcstl2
Last synced: 17 days ago
JSON representation
An implementation of C++ Extensions for Ranges
- Host: GitHub
- URL: https://github.com/CaseyCarter/cmcstl2
- Owner: CaseyCarter
- License: other
- Created: 2015-05-31T08:55:16.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-02-24T18:41:09.000Z (about 5 years ago)
- Last Synced: 2025-05-06T22:52:25.250Z (18 days ago)
- Language: C++
- Homepage:
- Size: 3.7 MB
- Stars: 223
- Watchers: 23
- Forks: 68
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- AwesomeCppGameDev - cmcstl2
README
# cmcstl2
An implementation of [P0896R4 "The One Ranges Proposal"](https://wg21.link/p0896r4).
Compilation requires a compiler with support for C++17 and the Concepts TS, which as of this writing means [GCC 7+](https://gcc.gnu.org/) with the `-std=c++1z` and `-fconcepts` command line options.