merge trunk to release

[SVN r86727]
This commit is contained in:
Robert Ramey
2013-11-16 20:13:39 +00:00
parent bda94d16d1
commit b454953f27
148 changed files with 183 additions and 28350 deletions

View File

@@ -6,7 +6,7 @@
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#include <algorithm>
#include <algorithm> // std::copy
#include <fstream>
#include <iostream>
#include <iterator>
@@ -42,7 +42,15 @@ namespace std{
#include "test_tools.hpp"
#include <boost/archive/add_facet.hpp>
#include <boost/archive/detail/utf8_codecvt_facet.hpp>
#ifndef BOOST_NO_CXX11_HDR_CODECVT
#include <codecvt>
namespace boost { namespace archive { namespace detail {
typedef std::codecvt_utf8<wchar_t> utf8_codecvt_facet;
} } }
#else
#include <boost/archive/detail/utf8_codecvt_facet.hpp>
#endif
template<std::size_t s>
struct test_data