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

DM-8015 add operator<< and __str__ for VisitInfo #287

Merged
merged 2 commits into from Oct 31, 2017
Merged

Conversation

parejkoj
Copy link
Contributor

No description provided.

Copy link
Contributor

@r-owen r-owen left a comment

Choose a reason for hiding this comment

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

Looks good. Two small suggestions for you to consider.

std::stringstream os;
os << self;
return os.str();
});
Copy link
Contributor

Choose a reason for hiding this comment

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

I suggest you add an import of <sstream> with the other system imports

@@ -47,7 +47,7 @@ namespace {
static double const nan(std::numeric_limits<double>::quiet_NaN());
static geom::Angle const nanAngle(nan);

} // anonymous
} // namespace
Copy link
Contributor

Choose a reason for hiding this comment

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

Please consider moving the clang-formatting changes to the previous commit, since they really don't seem to be relevant to the important changes.

@parejkoj parejkoj merged commit 4e8fa52 into master Oct 31, 2017
@ktlim ktlim deleted the tickets/DM-8015 branch August 25, 2018 06:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants