We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f7e13e commit b472ec7Copy full SHA for b472ec7
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
-auto getBinding() -> typename C::binding_t
+constexpr auto getBinding() -> typename C::binding_t
1040
{
1041
}
1042
1043
template <typename C>
1044
-auto getBinding() -> void
+constexpr auto getBinding() -> void
1045
1046
1047
0 commit comments