Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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.