|
|
|
|
|
by geezerjay
2525 days ago
|
|
> It is ridiculous that header-only is considered an advantage. Why do you believe it's ridiculous? Being able to integrate a third-party library by just adding a few source files to your source tree is as simple as it gets. > The state of C++ build tools is very poor, and it is harming the language as a whole. This assertion makes no sense, particularly in the light of this discussion. Installing a headers-only library is a solved problem, and even template-heavy libraries such as Eigen are already distributed and installed quite easily with standard linux package managers. |
|