Skip to content

daixtrose/gentle-intro-to-ranges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Gentle Introduction to Ranges v3

This talk was given on May 17, 2018 at CUG Aachen

Disclaimer

Disclaimer 2

The unit tests in this repository are demos. They do not aim at a full test of the library, but serve only as illustration of the feature behaviors.

How to use this code

Retrieve this repository

git clone --recursive https://github.com/daixtrose/gentle-intro-to-ranges
cd gentle-intro-to-ranges

Read the talk

Open talk/a-gentle-intro-to-ranges-v3.html in a decent web browser, press F11, then enjoy.

Prepare for a build

mkdir build
cd build
cmake ..

Build

make

Test

Execute

make test

or

ctest -VV

for detailed information.

About

An introduction (with code) to C++ ranges

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages