Ticket #1504: alignment_of.patch
| File alignment_of.patch, 539 bytes (added by , 15 years ago) | 
|---|
- 
      alignment_of.hpp18 18 #ifdef BOOST_MSVC 19 19 # pragma warning(push) 20 20 # pragma warning(disable: 4121) // alignment is sensitive to packing 21 # if BOOST_WORKAROUND(BOOST_MSVC, >= 1400) 22 # pragma warning(disable: 4512) // assignment operator could not be generated 23 # endif 21 24 #endif 22 25 #if defined(__BORLANDC__) && (__BORLANDC__ < 0x600) 23 26 #pragma option push -Vx- -Ve- 

