Ticket #6667: sp_counted_base.hpp.patch

File sp_counted_base.hpp.patch, 896 bytes (added by hstong@…, 11 years ago)

Pick up implementation file for VACPP on ppc.

  • boost/smart_ptr/detail/sp_counted_base.hpp

    old new  
    4444#elif defined(__HP_aCC) && defined(__ia64)
    4545# include <boost/smart_ptr/detail/sp_counted_base_acc_ia64.hpp>
    4646
     47#elif defined( __IBMCPP__ ) && defined( __powerpc )
     48# include <boost/smart_ptr/detail/sp_counted_base_vacpp_ppc.hpp>
     49
    4750#elif defined( __MWERKS__ ) && defined( __POWERPC__ )
    4851# include <boost/smart_ptr/detail/sp_counted_base_cw_ppc.hpp>
    4952
     
    6265#elif defined( WIN32 ) || defined( _WIN32 ) || defined( __WIN32__ ) || defined(__CYGWIN__)
    6366# include <boost/smart_ptr/detail/sp_counted_base_w32.hpp>
    6467
    65 #elif defined( _AIX )
    66 # include <boost/smart_ptr/detail/sp_counted_base_aix.hpp>
    67 
    6868#elif !defined( BOOST_HAS_THREADS )
    6969# include <boost/smart_ptr/detail/sp_counted_base_nt.hpp>
    7070