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

1
2
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

1
2
3
mkdir build
cd build
cmake ..

Build

1
make

Test

Execute

1
make test

or

1
ctest -VV

for detailed information.