You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would you like to modify the boost::container::flat_set<size_t> to std::vector?
No, flat_set is not equivalent to vector, so that wouldn't work in this case. Perhaps std::set would work, but that would likely be much slower than flat_set for this use-case.
I do not install boost under windows.
In this case, the installation should be trivial. boost::container is a header-only library, so there is no need to compile anything. Just put the library's source code in a directory your compiler will search when looking for header files.
I do not install boost under windows. Would you please to slightly change the Adjacency from boost to stl? Thanks a lot!
The text was updated successfully, but these errors were encountered: