graph
graph copied to clipboard
Update adjacency_list.hpp
If the project has a function with the same name, a name conflict occurs error C2668: add_edge
Hmmm, I think it's intentionally unqualified so that the function is found via ADL, although I could be wrong.
What was the signature of your add_edge function and what namespace was it in?