$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Richard Hodges (hodges.r_at_[hidden])
Date: 2023-12-01 17:47:18
>
>> My question to the Boost community is, does every good library need to be included in Boost?
>
> In general, I would say no.
In contrast, I would say yes.
I have always wanted to be able to compile any possible program by merely linking with a single massive library. Dependency management is hell. MFC was horrid, but at least you could write a useful program that included a UI and sound with it.
The standard library will clearly never serve this role.