Skip to content

Commit

Permalink
Fixes #2963
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.boost.org/svn/boost/trunk@52995 b8fc166d-592f-0410-95f2-cb63ce0dd405
  • Loading branch information
jewillco committed May 14, 2009
1 parent a86d07f commit 4ce3e59
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/inspect/inspect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,10 @@ namespace

void worst_offenders_count()
{
if ( msgs.empty() )
{
return;
}
string current_library( msgs.begin()->library );
int err_count = 0;
for ( error_msg_vector::iterator itr ( msgs.begin() );
Expand Down

0 comments on commit 4ce3e59

Please sign in to comment.