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
- Host: GitHub
- URL: https://github.com/ldionne/cppcon-2018-compile-time-programming
- Owner: ldionne
- License: bsl-1.0
- Created: 2018-08-29T14:26:31.000Z (over 7 years ago)
- Default Branch: gh-pages
- Last Pushed: 2019-09-06T14:30:04.000Z (over 6 years ago)
- Last Synced: 2025-04-16T01:28:11.713Z (about 1 year ago)
- Topics: cppcon, talk
- Language: JavaScript
- Size: 1.67 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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