PointCloudLibrary/pcl

Make const usage better in function signatures

Open

#3.968 aberto em 23 de abr. de 2020

Ver no GitHub
 (7 comments) (1 reaction) (0 assignees)C++ (4.506 forks)batch import
changelog: enhancementeffort: lowgood first issuekind: todo

Métricas do repositório

Stars
 (9.023 stars)
Métricas de merge de PR
 (Mesclagem média 8d 7h) (3 fundiu PRs em 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:

Guia do colaborador