From: Peter Dimov (pdimov_at_[hidden])
Date: 2024-04-09 15:26:05


Ruben Perez wrote:
> I'd advise against the global "boost" module. I don't think it adds anything
> when you can "import boost.asio" and go.

I suspect that if we provide both per-library and `boost` modules, most
people will end up using the latter.

That's kind of like the monolithic vs modular debacle, modular is
aesthetically more pleasant, but monolithic works and is less hassle.