You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: include/xtensor/views/index_mapper.hpp
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -463,7 +463,8 @@ namespace xt
463
463
const view_type& view
464
464
) const -> conditional_reference<IS_CONST>
465
465
{
466
-
// Work around compilers failing to deduce nb_integral_slices as a non-type template argument inline (error: use of variable template 'n_indices_full_v' requires template arguments)
466
+
// Work around compilers failing to deduce nb_integral_slices as a non-type template argument inline
467
+
// (error: use of variable template 'n_indices_full_v' requires template arguments)
0 commit comments