It has recently occurred to me that, what with many articles devoted to boost libraries strewn across various Internet resources, there have really been few (if any) in-depth articles on using these libraries with C++Builder. We all know that previously Borland and now Embarcadero has been shipping C++Builder with a selection of the most used boost libraries and interfaces, but many know as well that not all of them work as would be desirable. See, for instance, discussions on the Embarcadero forum here or here.
It would be great, I think, if someone wrote a review of which handy boost libraries are usable in C++Builder applications, with a few examples. E.g. I, for one, would be happy to learn how to use boost::regex and boost::thread.