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
/home/higepi/stage/kiwaku/test/algorithms/find.cpp:58:22: note: in instantiation of functiontemplate specialization 'kumi::iota<4UL, int>' requested here
auto vdata = kumi::iota<4>(1);
^
In file included from /home/higepi/stage/kiwaku/test/algorithms/find.cpp:9:
In file included from /home/higepi/stage/kiwaku/include/kwk/algorithm/find.hpp:10:
In file included from /home/higepi/stage/kiwaku/include/kwk/concepts/container.hpp:13:
In file included from /home/higepi/stage/kiwaku/include/kwk/settings/size.hpp:10:
In file included from /home/higepi/stage/kiwaku/include/kwk/utility/container/shape.hpp:12:
/home/higepi/stage/kiwaku/include/kwk/detail/kumi.hpp:1098:28: error: implicit conversion changes signedness: 'int' to 'unsigned long' [-Werror,-Wsign-conversion]
return kumi::tuple{T(v+I)...};
^~
/home/higepi/stage/kiwaku/include/kwk/detail/kumi.hpp:1098:28: error: implicit conversion changes signedness: 'int' to 'unsigned long' [-Werror,-Wsign-conversion]
return kumi::tuple{T(v+I)...};
^~
/home/higepi/stage/kiwaku/include/kwk/detail/kumi.hpp:1098:28: error: implicit conversion changes signedness: 'int' to 'unsigned long' [-Werror,-Wsign-conversion]
return kumi::tuple{T(v+I)...};
To Reproduce
auto vdata = kumi::iota<4>(1);
Expected behavior
Iota must compile without warning
The text was updated successfully, but these errors were encountered:
Describe the bug
To Reproduce
auto vdata = kumi::iota<4>(1);
Expected behavior
Iota must compile without warning
The text was updated successfully, but these errors were encountered: