PointCloudLibrary/pcl

Make const usage better in function signatures

Open

#3,968 opened on Apr 23, 2020

View on GitHub
 (7 comments) (1 reaction) (0 assignees)C++ (4,506 forks)batch import
changelog: enhancementeffort: lowgood first issuekind: todo

Repository metrics

Stars
 (9,023 stars)
PR merge metrics
 (Avg merge 8d 7h) (3 merged PRs in 30d)

Description

Context

clang-tidy has been used successfully before to make wide changes. We can use it to improve the API in the whole repo. We need discussion on the potential fix and just applying the other fixes after setting up clang-tidy.

Describe the solution you'd like

Apply the following fixes:

Another potential fix:

Contributor guide