Using concurrently 2 versions of boost

Posted by idimba on Stack Overflow See other posts from Stack Overflow or by idimba
Published on 2010-05-25T19:33:37Z Indexed on 2010/05/25 19:41 UTC
Read the original article Hit count: 160

Filed under:
|

I'm using RHEL 5.3, which is shipped with gcc 4.1.2 and boost 1.33. There're some features I want, that are missing in the boost 1.33. Therefore the thought was to upgrade to fresh boost release 1.43.

  1. Is it possible to use concurrently some header-only library(s) from boost 1.43 and the rest from 1.33? For example I want to use unorded_map, which is missing in boost 1.33.

  2. Is it possible to use concurrently binary boost libraries from different releases?

© Stack Overflow or respective owner

Related posts about c++

Related posts about boost