Merge pull request #32 from jhunold/extra_semi

Remove trailing ";" - thanks!
This commit is contained in:
Marshall Clow
2017-01-06 18:19:59 -08:00
committed by GitHub

View File

@ -40,7 +40,7 @@ namespace boost {
// Protected construction/destruction
// Default constructor
find_iterator_base() {};
find_iterator_base() {}
// Copy construction
find_iterator_base( const find_iterator_base& Other ) :
m_Finder(Other.m_Finder) {}