From 8f2ef7ddc12355e31418c3617d4db87b8e149282 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Mon, 18 Feb 2019 20:00:02 +0200 Subject: [PATCH] Fix line indent --- include/boost/variant2/variant.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/variant2/variant.hpp b/include/boost/variant2/variant.hpp index b1910c6..e296d54 100644 --- a/include/boost/variant2/variant.hpp +++ b/include/boost/variant2/variant.hpp @@ -1148,7 +1148,7 @@ public: } template::type, variant>::value>::type, + class E1 = typename std::enable_if::type, variant>::value>::type, class V = variant2::detail::resolve_overload_type, class E2 = typename std::enable_if::value && std::is_constructible::value>::type >