PointCloudLibrary/pcl

Replace header guards of type `#ifndef` with a `#pragma once`

Open

#3 774 ouverte le 22 mars 2020

Voir sur GitHub
 (7 commentaires) (1 réaction) (0 assignés)C++ (4 506 forks)batch import
effort: lowgood first issuehelp wantedkind: todo

Métriques du dépôt

Stars
 (9 023 stars)
Métriques de merge PR
 (Merge moyen 8j 7h) (3 PRs mergées en 30 j)

Description

Replace #ifndef header guard with a #pragma once

Originally posted by @kunaltyagi in https://github.com/_render_node/MDIzOlB1bGxSZXF1ZXN0UmV2aWV3VGhyZWFkMjQ0Nzg4MDI0OnYy/pull_request_review_threads/discussion

Maybe there's a clang-tidy flag to do this.

Guide contributeur