Unique namespace stdgraph instead of std::graph #105
Closed
mathisloge
started this conversation in
Ideas
Replies: 1 comment
-
I agree. Using std::graph is a bit presumptuous, as there's no guarantee it will get into the standard. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It would be great if the sources would use an own namespace like
stdgraph
instead ofstd::graph
, similar to https://github.com/NVIDIA/stdexec .Later if the graph library is added to the standard, it would make it more maintainable (from a user perspective) to use either the graph-v2 library or the vendor provided stl implementation.
Beta Was this translation helpful? Give feedback.
All reactions