We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0db93a commit 34543edCopy full SHA for 34543ed
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