upgrading boost version
Posted
by idimba
on Stack Overflow
See other posts from Stack Overflow
or by idimba
Published on 2010-05-13T19:06:55Z
Indexed on
2010/05/13
19:24 UTC
Read the original article
Hit count: 185
I'm using RHEL 5.3, shipped with gcc 4.1.2 and boost 1.33. So, there's no boost::unorded_map, no make_shared() factory function to create boost::shared_ptr and other features available in newer releases of boost.
Is there're a newer version of boost compatible with the version of gcc? If yes, how the upgrade is performed?
© Stack Overflow or respective owner