Skip to content

Commit

Permalink
fix template disambiguation syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
PerretB authored Jul 22, 2024
1 parent 8c0a484 commit b30505f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/xtensor/xassign.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1249,7 +1249,7 @@ namespace xt

for (std::size_t i = 0; i < simd_size; ++i)
{
res_stepper.template store_simd(fct_stepper.template step_simd<value_type>());
res_stepper.template store_simd<>(fct_stepper.template step_simd<value_type>());
}
for (std::size_t i = 0; i < simd_rest; ++i)
{
Expand Down

0 comments on commit b30505f

Please sign in to comment.