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

https://github.com/ldionne/cppcon-2018-compile-time-programming

My slides on compile-time programming in C++20 for CppCon 2018
https://github.com/ldionne/cppcon-2018-compile-time-programming

cppcon talk

Last synced: 10 months ago
JSON representation

My slides on compile-time programming in C++20 for CppCon 2018

Awesome Lists containing this project

README

          

## 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
```sh
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.

[CppCon 2018]: https://cppcon.org
[reveal.js]: https://github.com/hakimel/reveal.js