
This conversation is all hunky dory, but I haven't seen an answer to the original question yet - other than that docs changes are OK to merge....
Sorry.. Wasn't totally following the start of the thread.. Now that I reread I'm still confused. What are *all* the changes that need to get merged?
Scatterly-brain-hampered-ly yours ;-)
Me too ;-) Here's the diff for the pathscale config, without it pathscale prior to v4 is completely broken: --- ../branches/release/boost/config/select_compiler_config.hpp 2011-01-17 15:59 :34.498000000 +0000 +++ boost/config/select_compiler_config.hpp 2011-01-24 18:05:13.486000000 +0 000 @@ -52,7 +52,7 @@ // Comeau C++ # define BOOST_COMPILER_CONFIG "boost/config/compiler/comeau.hpp" -#elif defined __PATHSCALE__ +#elif defined(__PATHSCALE__) && (__PATHCC__ >= 4) // PathScale EKOPath compiler (has to come before clang and gcc) # define BOOST_COMPILER_CONFIG "boost/config/compiler/pathscale.hpp" Thanks, John.