Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ldionne/cppnow-2017-fun-with-boost-hana
My "Fun with Boost.Hana" presentation for C++Now 2017
https://github.com/ldionne/cppnow-2017-fun-with-boost-hana
boost boost-hana cpp11 cpp14 metaprogramming
Last synced: 29 days ago
JSON representation
My "Fun with Boost.Hana" presentation for C++Now 2017
- Host: GitHub
- URL: https://github.com/ldionne/cppnow-2017-fun-with-boost-hana
- Owner: ldionne
- License: other
- Created: 2017-05-11T01:19:17.000Z (over 7 years ago)
- Default Branch: gh-pages
- Last Pushed: 2017-05-18T02:37:47.000Z (over 7 years ago)
- Last Synced: 2024-10-19T08:14:27.318Z (3 months ago)
- Topics: boost, boost-hana, cpp11, cpp14, metaprogramming
- Language: HTML
- Size: 11.3 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Fun with [Boost.Hana][]
This repository contains my [reveal.js][]-based presentation on Hana for the
[C++Now 2017][] conference.## Basic usage
Go to http://ldionne.com/cppnow-2017-fun-with-boost-hana 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
```[C++Now 2017]: http://cppnow.org
[Boost.Hana]: https://github.com/boostorg/hana
[reveal.js]: https://github.com/hakimel/reveal.js