Allow returning void in a MergingTransformer
Compare changes
Files
5@@ -536,6 +536,8 @@ namespace Gaudi::Functional::details {
@@ -590,6 +592,13 @@ namespace Gaudi::Functional::details {
The current MergingTransformer signature cannot return void. This is fixing it and adding an alias MergingConsumer
for the case of void returning signature.
Also adds tests of the 2 cases.