We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0618ee commit 439f56eCopy full SHA for 439f56e
1 file changed
Framework/Core/include/Framework/ASoA.h
@@ -1028,12 +1028,12 @@ concept has_index = (is_indexing_column<C> || ...);
1028
1029
template <is_index_column C>
1030
requires(!is_self_index_column<C>)
1031
-constexpr auto getBinding() -> typename C::binding_t
+consteval auto getBinding() -> typename C::binding_t
1032
{
1033
}
1034
1035
template <typename C>
1036
-constexpr auto getBinding() -> void
+consteval auto getBinding() -> void
1037
1038
1039
0 commit comments