graph-v2 icon indicating copy to clipboard operation
graph-v2 copied to clipboard

Change `allocator<bool>` to `allocator<vertex_id_t<G>>`

Open akrzemi1 opened this issue 6 months ago • 0 comments

The default allocator type for the views is allocator<bool>, which is strange: the only place where they are used is in the std::queue<vertex_id_t<G> which uses allocator<vertex_id_t<G>>.

akrzemi1 avatar Jun 18 '25 04:06 akrzemi1