We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 037fe4e commit d22c60cCopy full SHA for d22c60c
1 file changed
include/boost/algorithm/string/detail/find_iterator.hpp
@@ -40,7 +40,7 @@ namespace boost {
40
// Protected construction/destruction
41
42
// Default constructor
43
- find_iterator_base() {};
+ find_iterator_base() {}
44
// Copy construction
45
find_iterator_base( const find_iterator_base& Other ) :
46
m_Finder(Other.m_Finder) {}
0 commit comments