mirror of
https://github.com/boostorg/serialization.git
synced 2026-02-22 15:42:30 +00:00
merge trunk to release
[SVN r86727]
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user