Skip to content

Commit 0fcce0a

Browse files
committed
Formatting
1 parent 60e92cb commit 0fcce0a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

include/xtensor/views/index_mapper.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,8 @@ namespace xt
463463
const view_type& view
464464
) const -> conditional_reference<IS_CONST>
465465
{
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)
467468
constexpr size_t n_indices_full = nb_integral_slices;
468469

469470
return map_all_indices(

0 commit comments

Comments
 (0)