From cf5f3bbb0cb58430ed68ad3ebfcefc009e553d71 Mon Sep 17 00:00:00 2001 From: Douglas Rumbaugh Date: Thu, 25 Sep 2025 14:42:44 -0400 Subject: Code reformatting --- include/framework/interface/Shard.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'include/framework/interface/Shard.h') diff --git a/include/framework/interface/Shard.h b/include/framework/interface/Shard.h index fb5ce1a..e3a2de4 100644 --- a/include/framework/interface/Shard.h +++ b/include/framework/interface/Shard.h @@ -14,8 +14,8 @@ namespace de { template concept ShardInterface = RecordInterface && - requires(SHARD shard, const std::vector &shard_vector, bool b, - BufferView bv, + requires(SHARD shard, const std::vector &shard_vector, + bool b, BufferView bv, typename SHARD::RECORD rec) { /* construct a shard from a vector of shards of the same type */ {SHARD(shard_vector)}; @@ -52,7 +52,6 @@ concept ShardInterface = RecordInterface && * use only at the moment */ { shard.get_aux_memory_usage() } -> std::convertible_to; - }; template -- cgit v1.2.3