boostorg / graph

Boost.org graph module
http://boost.org/libs/graph
325 stars 208 forks source link

Fix typo in name adjacenct_vertices. #370

Closed jcdong98 closed 7 months ago

jcdong98 commented 7 months ago

Fix #188 and #189.

Also add graph concept checks for labeled graph to avoid this kind of typo.

jeremy-murphy commented 7 months ago

Cool, thank you! I think I should be able to merge this as soon as the checks complete.