Boost logo

Boost-Commit :

From: ramey_at_[hidden]
Date: 2007-09-27 00:46:22


Author: ramey
Date: 2007-09-27 00:46:21 EDT (Thu, 27 Sep 2007)
New Revision: 39570
URL: http://svn.boost.org/trac/boost/changeset/39570

Log:
improvements to extended type info system - unfortunately, these break the export.
Added:
   branches/serialization_next_release/boost/libs/serialization/test/portable_be_binary_archive.hpp (contents, props changed)
   branches/serialization_next_release/boost/libs/serialization/test/portable_le_binary_archive.hpp (contents, props changed)

Added: branches/serialization_next_release/boost/libs/serialization/test/portable_be_binary_archive.hpp
==============================================================================
--- (empty file)
+++ branches/serialization_next_release/boost/libs/serialization/test/portable_be_binary_archive.hpp 2007-09-27 00:46:21 EDT (Thu, 27 Sep 2007)
@@ -0,0 +1,11 @@
+// (C) Copyright 2002-4 Robert Ramey - http://www.rrsd.com .
+// Use, modification and distribution is subject to the Boost Software
+// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
+// See http://www.boost.org for updates, documentation, and revision history.
+// file includes for testing a custom archive.
+// as an example this tests the portable binary archive
+
+#include "portable_binary_archive.hpp"
+#define TEST_ARCHIVE_FLAGS endian_big

Added: branches/serialization_next_release/boost/libs/serialization/test/portable_le_binary_archive.hpp
==============================================================================
--- (empty file)
+++ branches/serialization_next_release/boost/libs/serialization/test/portable_le_binary_archive.hpp 2007-09-27 00:46:21 EDT (Thu, 27 Sep 2007)
@@ -0,0 +1,11 @@
+// (C) Copyright 2002-4 Robert Ramey - http://www.rrsd.com .
+// Use, modification and distribution is subject to the Boost Software
+// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
+// See http://www.boost.org for updates, documentation, and revision history.
+// file includes for testing a custom archive.
+// as an example this tests the portable binary archive
+
+#include "portable_binary_archive.hpp"
+#define TEST_ARCHIVE_FLAGS endian_little


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