apache / incubator-graphar

An open source, standard data file format for graph data storage and retrieval.
https://graphar.apache.org/
Apache License 2.0
195 stars 40 forks source link

[FEAT][C++] Use `#pragma once` to replace `#ifndef` as include guards #455

Closed acezen closed 2 months ago

acezen commented 2 months ago

Proposed changes

This change use #pragma once to replace #ifndef as include guards

Further comments

Fixs #454