mirror of
https://github.com/boostorg/serialization.git
synced 2026-02-25 16:42:36 +00:00
Full merge from trunk at revision 41356 of entire boost-root tree. Do Serialization separately to verify pre-commit check failures have been fixed.
[SVN r41368]
This commit is contained in:
@@ -8,13 +8,13 @@
|
||||
|
||||
#include <sstream>
|
||||
|
||||
#include <boost/test/test_tools.hpp>
|
||||
#include "test_tools.hpp"
|
||||
|
||||
#include <boost/serialization/vector.hpp>
|
||||
|
||||
#include <boost/archive/text_iarchive.hpp>
|
||||
#include <boost/archive/text_oarchive.hpp>
|
||||
|
||||
#include <boost/serialization/vector.hpp>
|
||||
|
||||
class V {
|
||||
int m_i;
|
||||
friend class boost::serialization::access;
|
||||
|
||||
Reference in New Issue
Block a user