From 932f4cdc07c0d5894621f51ad45b286e6c2e4415 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 2 Oct 2022 18:14:48 +0100 Subject: Latest clang-formatting --- lib/stream_support.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/stream_support.hpp') diff --git a/lib/stream_support.hpp b/lib/stream_support.hpp index 3f0165c..5238234 100644 --- a/lib/stream_support.hpp +++ b/lib/stream_support.hpp @@ -8,8 +8,8 @@ #include template -concept spanable = std::is_constructible_v, T> && !std::is_same_v>; +concept spanable = std::is_constructible_v, T> && ! +std::is_same_v>; namespace std { template -- cgit v1.2.3