Skip to content

Add test for Result<bool>, fix sfinae

Paul Gessinger-Befurt requested to merge result-bool into master

Add an explicit test for Result<bool>, showing usage with the explicit factories. It also fixes a small inconsistency in the detection of ambiguity between the two types of Result.

Merge request reports