$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: john_at_[hidden]
Date: 2007-12-11 12:18:06
Author: johnmaddock
Date: 2007-12-11 12:18:06 EST (Tue, 11 Dec 2007)
New Revision: 41969
URL: http://svn.boost.org/trac/boost/changeset/41969
Log:
Merge fix for #1504.
Text files modified: 
   branches/release/boost/type_traits/alignment_of.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: branches/release/boost/type_traits/alignment_of.hpp
==============================================================================
--- branches/release/boost/type_traits/alignment_of.hpp	(original)
+++ branches/release/boost/type_traits/alignment_of.hpp	2007-12-11 12:18:06 EST (Tue, 11 Dec 2007)
@@ -17,7 +17,7 @@
 
 #ifdef BOOST_MSVC
 #   pragma warning(push)
-#   pragma warning(disable: 4121) // alignment is sensitive to packing
+#   pragma warning(disable: 4121 4512) // alignment is sensitive to packing
 #endif
 #if defined(__BORLANDC__) && (__BORLANDC__ < 0x600)
 #pragma option push -Vx- -Ve-