François Hamonic
François Hamonic
Hello, happy to see people interested in contributing :) I see we both opened discussions on [stdgraph/graph-v2](https://github.com/stdgraph/graph-v2) which is a C++20 graph library aiming to be standardized (in c++26 probably)....
Hi, The compiler is complaining about `constexpr` on `vector::size()`, maybe I used constexpr a little too much, but here `vector::size()` should work since C++20, try GCC 12 I think.
Hi, thank you for contributing. I think that `topological_sort` is fulfilling its responsibilities in its current form and should not be expanded. It's true that the topological sort can identify...
Hi. Thank you for showing interest. My aim is precisely to make the library accessible through the conan-center at some point, which is why you can already build the conan...
Hello Oxtaruhi, Thanks for your interest ! Indeed, it is a good Idea to handle the fallback to from c++26 ranges to range-v3 ones ! Before going full C++26, I...
Hi stefanottili, The fallback to range-v3 is currently not my priority as it would break interoperability with STL ranges, as described above. However, melon can be compiled with c++20 as...