graph-v2
graph-v2 copied to clipboard
Change `allocator<bool>` to `allocator<vertex_id_t<G>>`
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>>.