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: 181
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.
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.
Is it possible to use concurrently binary boost libraries from different releases?
© Stack Overflow or respective owner