What is Boost missing?

Posted by Robert Gould on Stack Overflow See other posts from Stack Overflow or by Robert Gould
Published on 2008-12-17T10:13:56Z Indexed on 2010/04/27 21:43 UTC
Read the original article Hit count: 343

Filed under:
|

After spending most of my waking time on Stack Overflow, for better or for worse, I've come to notice how 99% of the C++ questions are answered with "use boost::wealreadysolvedyourproblem", but there must definitely be a few areas Boost doesn't cover, but would be better if it did.

So what features is Boost missing?

I'll start by saying:

  • boost::sql (although SOCI should try to become a legal part of boost)
  • boost::json (although TinyJSON should try to become a legal part of boost)
  • boost::audio (no idea about a good boost-like C++ library)


PS: The purpose is to compile a reasonable list, and hopefully Boost-like solutions out there that aren't yet a part of Boost, so no silly stuff like boost::turkey please.

© Stack Overflow or respective owner

Related posts about c++

Related posts about boost