top | item 40854204

(no title)

coopierez | 1 year ago

Thankfully it is so easy to quickly import libraries into C++...

discuss

order

pjmlp|1 year ago

It actually is, for anyone using Conan or vcpkg.

coopierez|1 year ago

So our team switched to vcpkg recently and, while it has improved certain parts of our dependency process, it has also made other parts more complex. Notably when something suddenly goes wrong it is far more complex to figure out what actually happened (Though to be fair a lot of these issues also come from combining vcpkg with cmake). This led to most of my team revolting against vcpkg and now it looks like we might go back to just vendoring our libraries again.

I suppose I just yearn for an all-in-one build system + package manager like exists in Rust or Go. Once you've seen what can be possible when these things are integrated from the ground up it sort of ruins your C++ build experience!

fluoridation|1 year ago

This would be the standard library so it's not really an issue.