
On Fri, Aug 22, 2025 at 8:09 AM Daniela Engert <dani@ngrt.de> wrote:
It's here, where it has always been since my CppCon 2022 keynote "Contemporary C++ in Action" : https://github.com/DanielaE/asio
Ah yes, I see now. So you have a stack of commits which implement the C++ modules feature in Asio, and every so often you rebase your changes on top of Asio? This is a great example of what a community fork could offer. What we could do is integrate your changes so that the modules feature is built-in to the library, perhaps conditionally using a feature test macro. This way everyone would have the benefit of using modules and asio together, and you would not have to maintain it yourself. The maintenance team would do that (likely paid C++ staff members although volunteers are always welcomed). Thanks