-
Notifications
You must be signed in to change notification settings - Fork 668
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_lidar_centerpoint): use std::size_t instead of size_t #8820
refactor(autoware_lidar_centerpoint): use std::size_t instead of size_t #8820
Conversation
Signed-off-by: kminoda <koji.minoda@tier4.jp>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
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.
LGTM
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8820 +/- ##
==========================================
- Coverage 25.23% 25.23% -0.01%
==========================================
Files 1325 1325
Lines 98805 98816 +11
Branches 39670 39673 +3
==========================================
+ Hits 24932 24933 +1
- Misses 71276 71286 +10
Partials 2597 2597
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…_t (autowarefoundation#8820) * refactor(autoware_lidar_centerpoint): use std::size_t instead of size_t Signed-off-by: kminoda <koji.minoda@tier4.jp> * style(pre-commit): autofix --------- Signed-off-by: kminoda <koji.minoda@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Signed-off-by: emuemuJP <k.matsumoto.0807@gmail.com>
…_t (autowarefoundation#8820) * refactor(autoware_lidar_centerpoint): use std::size_t instead of size_t Signed-off-by: kminoda <koji.minoda@tier4.jp> * style(pre-commit): autofix --------- Signed-off-by: kminoda <koji.minoda@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Description
Use
std::size_t
instead ofsize_t
Related links
How was this PR tested?
Build works
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.