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
..
test-continuable-await.cpp Initial work on routing the arguments correctly when using result<...> 2018-11-26 00:41:15 +01:00
test-continuable-base-chaining.cpp Implement continuable_base<...>::as 2018-12-26 05:38:10 +01:00
test-continuable-base-destruct.cpp Implement make_cancelling_continuable() 2018-12-25 09:30:23 +01:00
test-continuable-base-errors.cpp Use new types instead of aliases for type erasures 2019-01-04 13:12:48 +01:00
test-continuable-base-multipath.cpp Make it possible to continue with a continuable from failure handlers 2018-11-30 02:10:05 +01:00
test-continuable-base-partial.cpp Change the inclusion style of the test header 2018-02-10 03:05:39 +01:00
test-continuable-connection-all-seq-ag-1.cpp Split the seq tests 2018-03-12 08:49:08 +01:00
test-continuable-connection-all-seq-ag-2.cpp Split the seq tests 2018-03-12 08:49:08 +01:00
test-continuable-connection-all-seq-op.cpp Convert the seq and all tests into typed tests 2018-03-12 06:55:51 +01:00
test-continuable-connection-all.cpp Convert the seq and all tests into typed tests 2018-03-12 06:55:51 +01:00
test-continuable-connection-any.cpp Add cti::populate and make use of it in tests 2018-03-09 09:45:00 +01:00
test-continuable-connection-seq.cpp Convert the seq and all tests into typed tests 2018-03-12 06:55:51 +01:00
test-continuable-erasure.cpp Make continuable_base non copyable by default 2018-03-09 08:51:33 +01:00
test-continuable-regression.cpp Fix a recursive template instantiation issue on clang and gcc 2018-12-10 05:08:39 +01:00
test-continuable-transforms.cpp Make it possible to apply transformations through pipes 2018-02-10 05:12:38 +01:00