Ticket #3351: patch

File patch, 450 bytes (added by Andrew Chittenden <andyc@…>, 13 years ago)
  • boost/smart_ptr/detail/sp_has_sync.hpp

    diff -Nru a/boost/smart_ptr/detail/sp_has_sync.hpp b/boost/smart_ptr/detail/sp_has_sync.hpp
    a b  
    4141#endif
    4242
    4343#if defined( __INTEL_COMPILER ) && !defined( __ia64__ )
     44#if __INTEL_COMPILER < 1100
    4445#undef BOOST_SP_HAS_SYNC
     46#endif
    4547#endif
    4648
    4749#endif // __GNUC__ * 100 + __GNUC_MINOR__ >= 401