Denis Blank c066940d8d Use new types instead of aliases for type erasures
* Makes compiler output much more readable
  This is configurateable through CONTINUABLE_WITH_IMMEDIATE_TYPES,
  and automatically enabled for debug builds but disabled
  for release builds.
* Remove the old continuable-trait.hpp header
* Make the signature of continuable not dependent anymore
  on any size of the arguments which fixes the compilation
  with forward declared types.
  Thanks Rogiel for the correspoding bug report.
  Closes #11
2019-01-04 13:12:48 +01:00
..
.gitignore Move the Doxygen config 2018-03-09 22:15:00 +01:00
changelog.dox Use new types instead of aliases for type erasures 2019-01-04 13:12:48 +01:00
configuration.dox Use new types instead of aliases for type erasures 2019-01-04 13:12:48 +01:00
Doxyfile Use new types instead of aliases for type erasures 2019-01-04 13:12:48 +01:00
index.dox Cleanup the readme 2018-03-11 10:26:12 +01:00
installation.dox Provide tools for creating an amalgamation header 2018-03-12 16:34:18 +01:00
slideshow.gif Add a slideshow 2017-03-04 14:11:57 +01:00
tutorial-awaiting-continuables.dox Implement continuables as return types for coroutines 2018-03-14 10:29:45 +01:00
tutorial-chaining-continuables.dox More work on the documentation 2018-03-11 08:23:42 +01:00
tutorial-connecting-continuables.dox Finish the connection tutorial 2018-03-11 06:40:11 +01:00
tutorial-creating-continuables.dox Finish the connection tutorial 2018-03-11 06:40:11 +01:00
tutorial-promisify-continuables.dox More work on the documentation 2018-03-11 08:23:42 +01:00
tutorial-transforming-continuables.dox More work on the documentation 2018-03-11 08:23:42 +01:00
tutorial.dox More work on the documentation 2018-03-11 08:23:42 +01:00