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 69248f6 commit 5036f82Copy full SHA for 5036f82
Framework/Core/include/Framework/ASoA.h
@@ -152,7 +152,7 @@ template <typename C>
152
static constexpr bool is_persistent_v = is_persistent_column<C>;
153
154
template <typename C>
155
-concept is_index_column = not_void<typename C::binding_t>;//requires { typename C::binding_t{nullptr}; };
+concept is_index_column = not_void<typename C::binding_t>;
156
157
158
using is_external_index_t = typename std::conditional_t<is_index_column<C>, std::true_type, std::false_type>;
0 commit comments