We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fe3758 commit beb27d4Copy full SHA for beb27d4
include/rfl/parsing/call_destructors_where_necessary.hpp
@@ -43,7 +43,7 @@ void call_destructor_on_one_if_necessary(const std::array<bool, _size>& _set,
43
}
44
45
46
-template <class ViewType, unsigned long _size>
+template <class ViewType, auto _size>
47
void call_destructors_where_necessary(const std::array<bool, _size>& _set,
48
ViewType* _view) {
49
[&]<int... is>(std::integer_sequence<int, is...>) {
0 commit comments