id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 1148,boost_1_34_1 regex library compile failure on aix with xlv,jareg.dao@…,John Maddock,"I made some modification, to make the compile success. Because i'am not familar with the boost regex source,is all the mondification right? basic_regex.hpp 266 : old : #if !defined(BOOST_NO_MEMBER_TEMPLATES) 266 : new : #if !defined(BOOST_NO_MEMBER_TEMPLATES) && !defined(__IBMCPP__) regex_traits.hpp 79 : old : #if !defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION) && !BOOST_WORKAROUND(__HP_aCC, BOOST_TESTED_AT(55500)) 79 : new : #if !defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION) && !BOOST_WORKAROUND(__HP_aCC, BOOST_TESTED_AT(55500)) && !defined(__IBMCPP__) iterator_category.hpp 68: old template struct is_random_access_iterator { private: typedef detail::is_random_imp_selector< ::boost::is_pointer::value> selector; typedef typename selector::template rebind bound_type; typedef typename bound_type::type answer; public: BOOST_STATIC_CONSTANT(bool, value = answer::value); }; 68: new template struct is_random_access_iterator { private: typedef detail::is_random_imp_selector< ::boost::is_pointer::value> selector; typedef typename selector::template rebind bound_type; public: typedef typename bound_type::type answer; BOOST_STATIC_CONSTANT(bool, value = answer::value); }; ",Bugs,closed,To Be Determined,regex,Boost 1.34.1,Problem,worksforme,,