Skip to content

Commit 07190bc

Browse files
committed
fixup! improve metadata handling concepts
1 parent cfa88fd commit 07190bc

File tree

1 file changed

+1
-1
lines changed
  • Framework/Core/include/Framework

1 file changed

+1
-1
lines changed

Framework/Core/include/Framework/ASoA.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ template <typename T>
221221
concept has_metadata = is_metadata_trait<T> && not_void<typename T::metadata>;
222222

223223
template <typename T>
224-
concept has_sources = is_metadata_trait<T> && not_void<typename T::sources>;
224+
concept has_sources = is_metadata<T> && not_void<typename T::sources>;
225225

226226
template <typename T>
227227
concept is_spawnable_column = std::is_same_v<typename T::spawnable_t, std::true_type>;

0 commit comments

Comments
 (0)