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++): move the `result.hpp` third-party dependency from external directory to third-party directory #461

Closed acezen closed 2 months ago

acezen commented 2 months ago

Describe the enhancement requested

Currently the single header third-party dependency result is put in the external directory for historical reason. To following GraphAr's code organization(third-party dependency should put in the third-party directory), it's better to move the result to third-party directory.

Component(s)

C++