Ticket #583: boost-regex-v4-basic_regex_hpp.patch

File boost-regex-v4-basic_regex_hpp.patch, 965 bytes (added by Thomas Witt, 15 years ago)
  • boost/regex/v4/basic_regex.hpp

    diff -ru boost_1_34_0/boost/regex/v4/basic_regex.hpp boost_1_34_0_ibm/boost/regex/v4/basic_regex.hpp
    old new  
    254254   {
    255255      return do_assign(p1, p2, f);
    256256   }
    257 #if !defined(BOOST_NO_MEMBER_TEMPLATES) && !defined(__IBMCPP__)
     257#if !defined(BOOST_NO_MEMBER_TEMPLATES)
    258258
    259259   template <class ST, class SA>
    260260   unsigned int BOOST_REGEX_CALL set_expression(const std::basic_string<charT, ST, SA>& p, flag_type f = regex_constants::normal)
     
    590590      return this->assign(that);
    591591   }
    592592
    593 #if !defined(BOOST_NO_MEMBER_TEMPLATES) && !defined(__IBMCPP__)
     593#if !defined(BOOST_NO_MEMBER_TEMPLATES)
    594594   template <class ST, class SA>
    595595   explicit reg_expression(const std::basic_string<charT, ST, SA>& p, flag_type f = regex_constants::normal)
    596596   : basic_regex<charT, traits>(p, f)