|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r74706 - in branches/release/boost/archive: . iterators
From: ramey_at_[hidden]
Date: 2011-10-04 15:22:52
Author: ramey
Date: 2011-10-04 15:22:51 EDT (Tue, 04 Oct 2011)
New Revision: 74706
URL: http://svn.boost.org/trac/boost/changeset/74706
Log:
syncronize release with trunk
Properties modified:
branches/release/boost/archive/ (props changed)
Text files modified:
branches/release/boost/archive/iterators/binary_from_base64.hpp | 2 +-
branches/release/boost/archive/xml_wiarchive.hpp | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
Modified: branches/release/boost/archive/iterators/binary_from_base64.hpp
==============================================================================
--- branches/release/boost/archive/iterators/binary_from_base64.hpp (original)
+++ branches/release/boost/archive/iterators/binary_from_base64.hpp 2011-10-04 15:22:51 EDT (Tue, 04 Oct 2011)
@@ -39,7 +39,7 @@
struct to_6_bit {
typedef CharType result_type;
CharType operator()(CharType t) const{
- const char lookup_table[] = {
+ const signed char lookup_table[] = {
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,62,-1,-1,-1,63,
Modified: branches/release/boost/archive/xml_wiarchive.hpp
==============================================================================
--- branches/release/boost/archive/xml_wiarchive.hpp (original)
+++ branches/release/boost/archive/xml_wiarchive.hpp 2011-10-04 15:22:51 EDT (Tue, 04 Oct 2011)
@@ -126,8 +126,7 @@
} // namespace boost
#ifdef BOOST_MSVC
-# pragma warning(push)
-# pragma warning(disable : 4511 4512)
+# pragma warning(pop)
#endif
#include <boost/archive/detail/abi_suffix.hpp> // pops abi_suffix.hpp pragmas
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