Some boost libraries are header-only, some are not, and for various reasons etc.
Is there a specific reason/design decision why Boost.ProgramOptions
is not header-only?
I'm wondering because it claims to be a "small" library in its the documentation and I don't see any system-related reason (like threads or asio).
.cpp
files and it isn’t even attempting to be header-only: github.com/boostorg/program_options – Antilebanon