diff --git a/include/boost/core/span.hpp b/include/boost/core/span.hpp index 8c4edde..0144659 100644 --- a/include/boost/core/span.hpp +++ b/include/boost/core/span.hpp @@ -24,15 +24,13 @@ class span; namespace detail { template -struct span_convertible -{ +struct span_convertible { static constexpr bool value = false; }; template -struct span_convertible::value>::type> -{ +struct span_convertible::value>::type> { static constexpr bool value = true; };