Skip to content
Snippets Groups Projects
Commit 71040ce7 authored by Sebastian Hahta's avatar Sebastian Hahta
Browse files

fix build on Windows

parent bcff60d0
Branches
Tags
No related merge requests found
Pipeline #27984 failed
......@@ -58,7 +58,7 @@ namespace impl {
*/
template<int SIZE>
struct NormalizedHammingCost : DSImplBase<float> {
static_assert(SIZE%64 == 0);
static_assert(SIZE%64 == 0, "size must be multiple of 64");
typedef float Type;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment