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
..
multi Use new types instead of aliases for type erasures 2019-01-04 13:12:48 +01:00
single Use new types instead of aliases for type erasures 2019-01-04 13:12:48 +01:00
CMakeLists.txt Use new types instead of aliases for type erasures 2019-01-04 13:12:48 +01:00
test-continuable.cpp Change the inclusion style of the test header 2018-02-10 03:05:39 +01:00
test-continuable.hpp Use new types instead of aliases for type erasures 2019-01-04 13:12:48 +01:00