We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2268269 commit 064859dCopy full SHA for 064859d
include/proxsuite/linalg/veg/internal/macros.hpp
@@ -1148,7 +1148,7 @@ struct StrLiteralLen<StrLiteralImpl<N> const>
1148
template<typename Seq, auto Literal>
1149
struct StrLiteralExpand;
1150
1151
-template<usize... Is, StrLiteralImpl<isize{ sizeof...(Is) }> L>
+template<usize... Is, StrLiteralImpl<static_cast<isize>(sizeof...(Is))> L>
1152
struct StrLiteralExpand<_meta::integer_sequence<usize, Is...>, L>
1153
{
1154
using Type = StrLiteralConstant<L._[Is]...>;
0 commit comments