diff -ru boost_1_34_0/boost/function.hpp boost_1_34_0_ibm/boost/function.hpp
      
        
          
        
        
          
            | old | new |  | 
        
        
          
            | 21 | 21 | // in anything that may be included by function_template.hpp doesn't break | 
          
            | 22 | 22 | #include <boost/function/detail/prologue.hpp> | 
          
            | 23 | 23 |  | 
        
        
          
            | 24 |  | // Visual Age C++ doesn't handle the file iterationwell | 
          
            | 25 |  | #if BOOST_WORKAROUND(__IBMCPP__, >= 500)  | 
          
            |  | 24 | // Older versions of the IBM C++ compiler do not handle file iterations well | 
          
            |  | 25 | #if BOOST_WORKAROUND(__IBMCPP__, >= 500) && BOOST_WORKAROUND(__IBMCPP__, < 800) | 
        
        
          
            | 26 | 26 | #  if BOOST_FUNCTION_MAX_ARGS >= 0 | 
          
            | 27 | 27 | #    include <boost/function/function0.hpp> | 
          
            | 28 | 28 | #  endif |