|
|
|
|
|
by HMH
1705 days ago
|
|
I haven't really touched C++ for a few years and it seems due to its lack of a nice package manager single header libraries are getting more and more poplar. Does this mean I should expect compilation time to significantly increase during development as headers need to be recompiled every time? |
|
Personally I dislike conan, because package managers should be written in the language of the community they serve, but that is me.
Thankfully, both support binary libraries.
Then there are modules, which on Visual C++'s case are going along quite well.
Anyone that bothers using header only libraries only has themselves to blame for waiting for builds, they are a plague from users that pretend C and C++ are scripting languages.