-
Notifications
You must be signed in to change notification settings - Fork 7k
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
Replacing C-style typedefs with aliases. #2945
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2945 +/- ##
==========================================
- Coverage 73.41% 68.78% -4.63%
==========================================
Files 99 99
Lines 8801 8800 -1
Branches 1389 1389
==========================================
- Hits 6461 6053 -408
- Misses 1915 2318 +403
- Partials 425 429 +4
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good ! Thanks @datumbox
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Minor refactoring to replace typedefs with C++11 aliases.