From e68ff1f014a56453382a7c1bac7e09501e4f67ab Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 4 Jun 2017 13:55:42 +0300 Subject: [PATCH] Fix copy/paste mistake --- include/boost/variant2/expected.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/variant2/expected.hpp b/include/boost/variant2/expected.hpp index 539b70e..24a46fd 100644 --- a/include/boost/variant2/expected.hpp +++ b/include/boost/variant2/expected.hpp @@ -173,7 +173,7 @@ public: } template..., mp_contains, E2>...>, void>> + class En = mp_if..., mp_contains, E2>...>, void>> constexpr expected( unexpected_ && x ): v_( std::move(x) ) { }