https://github.com/ldionne/accu-2017-metaprogramming-in-cpp14
My presentation on metaprogramming for ACCU 2017
https://github.com/ldionne/accu-2017-metaprogramming-in-cpp14
accu boost cpp cpp11 cpp14 hana metaprogramming
Last synced: 6 months ago
JSON representation
My presentation on metaprogramming for ACCU 2017
- Host: GitHub
- URL: https://github.com/ldionne/accu-2017-metaprogramming-in-cpp14
- Owner: ldionne
- License: other
- Created: 2017-04-23T17:12:35.000Z (over 8 years ago)
- Default Branch: gh-pages
- Last Pushed: 2017-05-17T22:32:04.000Z (over 8 years ago)
- Last Synced: 2025-02-02T06:25:58.742Z (8 months ago)
- Topics: accu, boost, cpp, cpp11, cpp14, hana, metaprogramming
- Language: HTML
- Size: 18.8 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Metaprogramming in C++14 and beyond
This repository contains my [reveal.js][]-based presentation on metaprogramming
for the [ACCU 2017][] conference.## Basic usage
Go to http://ldionne.com/accu-2017-metaprogramming-in-cpp14 or open
`index.html` with your browser (does not work in Chrome). The slides
are also available as a pdf in `slides.pdf`.## Advanced usage
From the root of the repository,
```sh
npm install
grunt serve &
```and then connect to `localhost:8000` to view locally.
## Building the code samples
```sh
(mkdir build && cd build && cmake ..)
cmake --build build --target install-dependencies
cmake --build build
```[ACCU 2017]: https://conference.accu.org/site/stories/2017/schedule.html
[reveal.js]: https://github.com/hakimel/reveal.js