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

Add print support for several class to adapt gtest update. #214

Merged
merged 6 commits into from
Dec 3, 2019
Merged

Add print support for several class to adapt gtest update. #214

merged 6 commits into from
Dec 3, 2019

Conversation

dongx-psu
Copy link
Contributor

In the latest version of gtest, it need all objects in assesrtions can be output through an output stream. Three classes in the previous implementation do no have the required method:

  • FASTER::core::Status
  • FASTER::core::Guid
  • FASTER::core::FixedPageAddress

This PR is to fix such issue by adding printing support for them.

@badrishc badrishc merged commit e3bd096 into microsoft:master Dec 3, 2019
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.

2 participants