We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8246329 commit a7ba5a0Copy full SHA for a7ba5a0
Framework/Core/include/Framework/ASoA.h
@@ -173,7 +173,7 @@ template <typename C>
173
concept is_persistent_column = requires(C c) { c.mColumnIterator; };
174
175
template <typename C>
176
-constexpr bool is_persistent_column_v = is_persistent_column<C>;
+constexpr bool is_persistent_v = is_persistent_column<C>;
177
178
179
using is_persistent_column_t = std::conditional_t<is_persistent_column<C>, std::true_type, std::false_type>;
0 commit comments