Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CaseyCarter/cmcstl2
An implementation of C++ Extensions for Ranges
https://github.com/CaseyCarter/cmcstl2
Last synced: about 2 months 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-02-24T18:41:09.000Z (almost 5 years ago)
- Last Synced: 2024-11-14T18:04:11.714Z (about 2 months ago)
- Language: C++
- Homepage:
- Size: 3.7 MB
- Stars: 222
- Watchers: 24
- Forks: 68
- Open Issues: 35
-
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.