On Tue, 30 Aug 2011, Rob Riggs wrote:
You won't get far with that compiler. Your only hope is SS12 (CC 5.10), but even that's a stretch. The Solaris compiler was not exactly standard compliant.
Rob
I agree with that -- Boost doesn't regression test Boost.Graph on the Sun compilers because so many things are broken. You might be able to use it by removing the lines mentioning unordered in container_traits and BGL and defining BOOST_GRAPH_NO_BUNDLED_PROPERTIES; see http://marc.info/?l=boost-users&m=126608490031317&w=2 for some information using Boost 1.42.0 and Sun CC 5.10. That appears to be a different issue than the one you are having, though. Another option would be to use an older version of Boost, but you might need to go back several releases from 1.43 to find one that will work (partially) on your compiler. -- Jeremiah Willcock