PointCloudLibrary/pcl

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

Open

#3.774 geöffnet am 22. März 2020

Auf GitHub ansehen
 (7 Kommentare) (1 Reaktion) (0 zugewiesene Personen)C++ (4.506 Forks)batch import
effort: lowgood first issuehelp wantedkind: todo

Repository-Metriken

Stars
 (9.023 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 8T 7h) (3 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide