diff -Nur boost_1_58_0/boost/iostreams/filter/bzip2.hpp boost_1_58_0.patched/boost/iostreams/filter/bzip2.hpp
      
        
          
        
        
          
            | 
              old
             | 
            
              new
             | 
            
              
               
             | 
          
        
        
          
            | 33 | 33 | // Must come last. | 
          
          
            | 34 | 34 | #ifdef BOOST_MSVC | 
          
          
            | 35 | 35 | # pragma warning(push) | 
          
        
        
          
            | 36 |   | # pragma warning(disable:4251 4231 4660) | 
          
          
            |   | 36 | # pragma warning(disable:4251 4231 4660 4275) | 
          
        
        
          
            | 37 | 37 | #endif | 
          
          
            | 38 | 38 | #include <boost/config/abi_prefix.hpp>            | 
          
          
            | 39 | 39 |  | 
          
        
      
    
    
      
      diff -Nur boost_1_58_0/boost/iostreams/filter/gzip.hpp boost_1_58_0.patched/boost/iostreams/filter/gzip.hpp
      
        
          
        
        
          
            | 
              old
             | 
            
              new
             | 
            
              
               
             | 
          
        
        
          
            | 43 | 43 | // Must come last. | 
          
          
            | 44 | 44 | #if defined(BOOST_MSVC) | 
          
          
            | 45 | 45 | # pragma warning(push) | 
          
        
        
          
            | 46 |   | # pragma warning(disable: 4309)    // Truncation of constant value. | 
          
          
            |   | 46 | # pragma warning(disable: 4309 4251)    // Truncation of constant value. | 
          
        
        
          
            | 47 | 47 | #endif | 
          
          
            | 48 | 48 |  | 
          
          
            | 49 | 49 | #ifdef BOOST_NO_STDC_NAMESPACE | 
          
        
      
    
    
      
      diff -Nur boost_1_58_0/boost/iostreams/filter/zlib.hpp boost_1_58_0.patched/boost/iostreams/filter/zlib.hpp
      
        
          
        
        
          
            | 
              old
             | 
            
              new
             | 
            
              
               
             | 
          
        
        
          
            | 35 | 35 | // Must come last. | 
          
          
            | 36 | 36 | #ifdef BOOST_MSVC | 
          
          
            | 37 | 37 | # pragma warning(push) | 
          
        
        
          
            | 38 |   | # pragma warning(disable:4251 4231 4660)         // Dependencies not exported. | 
          
          
            |   | 38 | # pragma warning(disable:4251 4231 4660 4275)         // Dependencies not exported. | 
          
        
        
          
            | 39 | 39 | #endif | 
          
          
            | 40 | 40 | #include <boost/config/abi_prefix.hpp>            | 
          
          
            | 41 | 41 |  |