From 25cb2d9aaf75600fdfd856008b68bcc2130be9eb Mon Sep 17 00:00:00 2001 From: Edouard A Date: Sun, 9 Oct 2016 21:32:27 +0200 Subject: [PATCH] Add link to our book --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 92fe9ca..19d6b53 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,14 @@ Brigand is a light-weight, fully functional, instant-compile time C++ 11 meta-pr Everything you were doing with Boost.MPL can be done with Brigand. And if that's not the case, open an issue! +# Learning + Should you wish to learn more, feel free to [watch our Meeting C++ 2015 lightning talk](https://www.youtube.com/watch?v=B8XSDhWx7hY)! Want more? Our [CppCon 2016 presentation](https://www.youtube.com/watch?v=ky0JdPh_LgE) explains in details the library concepts and goes through two concrete usages. +If you are looking to learn the concepts of metaprogramming, [have a look at our free e-book](http://www.oreilly.com/programming/free/practical-c-plus-plus-metaprogramming.csp). + # Tutorials * [Introduction](https://github.com/edouarda/brigand/wiki/Introduction)