Skip to content

Commit

Permalink
compilation fix for gcc and clang
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravenwater committed Dec 21, 2023
1 parent 90e2557 commit 8e5626c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/blocksignificant/arithmetic/addition.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

// generate specific test case that you can trace with the trace conditions in blocksignificant
// for most bugs they are traceable with _trace_conversion and _trace_add
template<size_t nbits, typename BlockType>
template<unsigned nbits, typename BlockType>
void GenerateTestCase(const sw::universal::blocksignificant<nbits, BlockType>& lhs, const sw::universal::blocksignificant <nbits, BlockType>& rhs) {
using namespace sw::universal;

Expand Down

0 comments on commit 8e5626c

Please sign in to comment.