PointCloudLibrary/pcl

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

开放

#3,774 创建于 2020年3月22日

 (7 条评论) (1 个反应) (0 位负责人)C++ (4,506 个派生)batch import
effort: lowgood first issuehelp wantedkind: todo

仓库指标

星标
 (9,023 个星标)
PR 合并指标
 (平均合并 8天 7小时) (30 天内合并 3 个 PR)

描述

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.

贡献者指南