We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b472ec7 commit 84cee9aCopy full SHA for 84cee9a
1 file changed
Framework/Core/include/Framework/ASoA.h
@@ -1036,12 +1036,12 @@ concept has_index = (is_indexing_column<C> || ...);
1036
1037
template <is_index_column C>
1038
requires(!is_self_index_column<C>)
1039
-constexpr auto getBinding() -> typename C::binding_t
+consteval auto getBinding() -> typename C::binding_t
1040
{
1041
}
1042
1043
template <typename C>
1044
-constexpr auto getBinding() -> void
+consteval auto getBinding() -> void
1045
1046
1047
0 commit comments