Skip to content
Snippets Groups Projects
Commit dd48c02a authored by Christos Anastopoulos's avatar Christos Anastopoulos
Browse files

vec.h remove double ;

parent 1d096a59
No related branches found
No related tags found
No related merge requests found
......@@ -557,7 +557,7 @@ vblend(VEC& dst, const VEC& src1, const VEC& src2)
"blend indices outside allowed range");
#if !HAVE_VECTOR_SIZE_ATTRIBUTE || WANT_VECTOR_FALLBACK
size_t pos{ 0 };;
size_t pos{ 0 };
for (size_t i : { Indices... }) {
if (i < N) {
dst[pos] = src1[i];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment