-
Notifications
You must be signed in to change notification settings - Fork 37
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
refactor(autoware_geography_utils): apply modern C++17 style #109
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
e6aaeb2
to
4194707
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #109 +/- ##
==========================================
- Coverage 79.18% 78.75% -0.44%
==========================================
Files 11 11
Lines 197 193 -4
Branches 75 73 -2
==========================================
- Hits 156 152 -4
Misses 11 11
Partials 30 30
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Since I restricted it to C++17 only, it can now be built as it is with the original |
common/autoware_geography_utils/include/autoware/geography_utils/height.hpp
Show resolved
Hide resolved
I've reviewed and added some comments, thanks for the improvements! |
Signed-off-by: Yutaka Kondo <[email protected]>
Signed-off-by: Yutaka Kondo <[email protected]>
Signed-off-by: Yutaka Kondo <[email protected]>
Signed-off-by: Yutaka Kondo <[email protected]>
Signed-off-by: Yutaka Kondo <[email protected]>
Signed-off-by: Yutaka Kondo <[email protected]>
01a3681
to
4079ced
Compare
Description
This PR applies modern C++17 style to
autoware_geography_utils
.Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.