Skip to content

Commit d22c60c

Browse files
committed
Remove trailing ";"
clang warning: extra ';' after member function definition [-Wextra-semi]
1 parent 037fe4e commit d22c60c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/boost/algorithm/string/detail/find_iterator.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ namespace boost {
4040
// Protected construction/destruction
4141

4242
// Default constructor
43-
find_iterator_base() {};
43+
find_iterator_base() {}
4444
// Copy construction
4545
find_iterator_base( const find_iterator_base& Other ) :
4646
m_Finder(Other.m_Finder) {}

0 commit comments

Comments
 (0)