Skip to content

Commit 57099cc

Browse files
Fixing a syntax bug in closing namespace
1 parent 862012d commit 57099cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smithlab_utils.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Out copy_if(In first, In last, Out res, Pred p) {
5252
}
5353
return res;
5454
}
55-
}; // namespace smithlab
55+
} // namespace smithlab
5656

5757
typedef size_t MASK_t;
5858

0 commit comments

Comments
 (0)