Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 622 Bytes

File metadata and controls

21 lines (16 loc) · 622 Bytes

Compile-time programming in C++20 and beyond @ CppCon 2018

This repository contains my reveal.js-based presentation on compile-time programming for CppCon 2018.

Usage

Go to https://ldionne.com/cppcon-2018-compile-time-programming or open index.html with your browser. A PDF version of the slides is in slides.pdf.

Running a local server

cd reveal
npm install # you can make sure that Python < 3 is used with `--python=python2.XYZ`
grunt serve --root=..

Then visit http://localhost:8000.