id summary reporter owner description type status milestone component version severity resolution keywords cc 10532 Macro BOOST_PREDEF_MAKE_0X_VVRRPP missing Erik Lindahl René Rivera "Boost 1.55 and later versions will not work with the pathscale compiler (1.54 was fine), since this macro is missing from boost/predef/make.h (the macro is called from boost/predef/library/std/roguewave.h). Suggested fix is to add the following macro before line 43 of make.h: #define BOOST_PREDEF_MAKE_0X_VVRRPP(V) BOOST_VERSION_NUMBER((V&0xFF0000)>>16,(V&0xFF00)>>8,(V&0xFF)) A modified make.h for Boost 1.56 is attached." Bugs closed To Be Determined predef USE GITHUB Boost 1.54.0 Regression fixed cbergstrom@…