Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix print group #126

Merged
merged 3 commits into from
Aug 19, 2013
Merged

Fix print group #126

merged 3 commits into from
Aug 19, 2013

Conversation

kneth
Copy link
Contributor

@kneth kneth commented Aug 16, 2013

@ghost ghost assigned kneth Aug 16, 2013
out << "tables" << " ";
out.width(rows_width);
out << "rows\n";
out << std::setw(index_width+1) << std::left << " ";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know I have advocated a lot for "std::" lately, but here they are really superfluous due to the "using namespace std" at the beginning of the file. As a general rule, I suggest we only use "std::" in header files.

@kspangsege
Copy link
Contributor

+1 (except as noted above)

kneth pushed a commit that referenced this pull request Aug 19, 2013
@kneth kneth merged commit 7636f50 into realm:master Aug 19, 2013
@kneth kneth deleted the fix-print-group branch August 19, 2013 06:16
@kneth kneth unassigned kneth Dec 18, 2014
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants