boostorg / boost

Super-project for modularized Boost
https://github.com/boostorg/wiki/wiki/Getting-Started%3A-Overview
Boost Software License 1.0
6.97k stars 1.72k forks source link

adjacency_list.hpp and max_cardinality_matching.hpp in graph submodule includes nonexistent files #913

Open spism opened 3 months ago

spism commented 3 months ago

As the title says, I am having trouble with the two mentioned files adjacency_list.hpp and max_cardinality_matching.hpp, namely with certain includes (I am listing examples from adjacency_list.hpp): #include <boost/unordered_set.hpp> and #include <boost/unordered_set.hpp>.

Were these excluded from the library at some point/what can I do to remedy this?