From 18a76c2a4a6247ef9d18de157f5dba391d8ff244 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 29 Apr 2023 19:09:36 +0100 Subject: Reformat with new clang-format 16 --- lib/stream_support.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/stream_support.h') diff --git a/lib/stream_support.h b/lib/stream_support.h index 7fb256c..fa536f1 100644 --- a/lib/stream_support.h +++ b/lib/stream_support.h @@ -11,8 +11,8 @@ template concept stringlike = requires(const S & s) { s.substr(0); }; template -concept spanable = std::is_constructible_v, T> && ! -stringlike && !std::is_same_v, T>; +concept spanable = std::is_constructible_v, T> && !stringlike + && !std::is_same_v, T>; namespace std { template -- cgit v1.2.3