Ticket #4432: 4432-no-pragma-for-unused-warning.patch

File 4432-no-pragma-for-unused-warning.patch, 444 bytes (added by Matthew Bradbury <matt-bradbury@…>, 12 years ago)
  • boost/operators.hpp

     
    8888#   pragma set woff 1234
    8989#endif
    9090
    91 #if defined(BOOST_MSVC)
     91#if BOOST_WORKAROUND(BOOST_MSVC, < 1600)
    9292#   pragma warning( disable : 4284 ) // complaint about return type of
    9393#endif                               // operator-> not begin a UDT
    9494