Ticket #1938: sp_counted_base_sync_intel.patch

File sp_counted_base_sync_intel.patch, 425 bytes (added by Bryan Green <bryan.d.green@…>, 14 years ago)

patch

  • boost/detail/sp_counted_base_sync.hpp

     
    1818#include <boost/detail/sp_typeinfo.hpp>
    1919#include <limits.h>
    2020
     21#if defined( __ia64__ ) && defined( __INTEL_COMPILER )
     22#include <ia64intrin.h>
     23#endif
     24
    2125namespace boost
    2226{
    2327