in the file include/graph/detail/directed_adjacency_vector_impl.hpp, line 908: const auto& [ukey, vkey, uv_val] = edge_data; the uv_val should be removed, as the tuple edge_data has only 2 elements.