- Allow specializing models_impl with a forward declaration only - Modularize remaining concept headers - Include <boost/hana.hpp> in unit tests to ease the transition - Add the core/dispatch.hpp header to reduce the number of boilerplate includes
This patch modularizes the examples, makes them self-contained and also uses qualified hana:: names. Fixes #139 Fixes #126