Performance
- Removed "std::endl" in cases where the autoflush is only going to slow things down.
This commit is contained in:
@@ -416,7 +416,7 @@ void Table::calculateColumnWidths ()
|
||||
}
|
||||
|
||||
// Try again, treating minimum columns as flexible.
|
||||
// std::cout << "# no flexible columns. Now what?" << std::endl;
|
||||
// std::cout << "# no flexible columns. Now what?\n";
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user