graph icon indicating copy to clipboard operation
graph copied to clipboard

Update adjacency_list.hpp

Open shrek1402 opened this issue 4 years ago • 1 comments

If the project has a function with the same name, a name conflict occurs error C2668: add_edge

shrek1402 avatar May 05 '21 08:05 shrek1402

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?

jeremy-murphy avatar Mar 04 '22 02:03 jeremy-murphy