|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r62806 - trunk/boost
From: steven_at_[hidden]
Date: 2010-06-11 12:12:42
Author: steven_watanabe
Date: 2010-06-11 12:12:39 EDT (Fri, 11 Jun 2010)
New Revision: 62806
URL: http://svn.boost.org/trac/boost/changeset/62806
Log:
Supress MSVC /Wp64 warnings. Fixes #4184
Text files modified:
trunk/boost/lexical_cast.hpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
Modified: trunk/boost/lexical_cast.hpp
==============================================================================
--- trunk/boost/lexical_cast.hpp (original)
+++ trunk/boost/lexical_cast.hpp 2010-06-11 12:12:39 EDT (Fri, 11 Jun 2010)
@@ -1126,6 +1126,7 @@
# pragma warning( push )
# pragma warning( disable : 4701 ) // possible use of ... before initialization
# pragma warning( disable : 4702 ) // unreachable code
+# pragma warning( disable : 4267 ) // conversion from 'size_t' to 'unsigned int'
#endif
template< typename Target
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk