Rene Rivera wrote:
Must be that we talk to different users. The interactions I get are more commonly "I want to use Boost Beast", "Does Boost have X?" (implication being that's all they want), and of course the eternal "I can't use Boost, it's too big.".
These are nothing compared to the interactions we'll be getting if we force people to declare their header-only dependencies. This will break literally thousands of packages downstream. For better or worse, today, after `apt install libboost-dev` and/or `find_package(Boost)`, you can #include any header-only Boost library and use it, without going into specifics. PS the other day I got the equivalent of "can't use mp11, it's too big." Something tells me that a "modular" Boost will still remain "too big".