Hacker News new | ask | show | jobs
by llimllib 5429 days ago
When I have to compile your program which uses that oh-so-useful Boost library, I curse you to the skies.
2 comments

I haven't used C++ since college so I don't understand why this would be an issue.
If you don't have an easy way of installing boost, it becomes complicated - just to compile one program.

That said, boost is a dependency that pays off in terms of programmer time if what you're doing is complicated enough (in other words, if you think you might reimplement some part of boost, you're better off using it as a dependency instead.)

Boost is installed standard with most Linux distributions now.