Boost logo

Boost-Commit :

From: nesotto_at_[hidden]
Date: 2007-10-27 14:20:45


Author: nesotto
Date: 2007-10-27 14:20:45 EDT (Sat, 27 Oct 2007)
New Revision: 40509
URL: http://svn.boost.org/trac/boost/changeset/40509

Log:
small renaming
Added:
   trunk/boost/ptr_container/serialize_ptr_container.hpp (contents, props changed)
Removed:
   trunk/boost/ptr_container/serialize.hpp
Text files modified:
   trunk/boost/ptr_container/ptr_container.hpp | 1 +
   1 files changed, 1 insertions(+), 0 deletions(-)

Modified: trunk/boost/ptr_container/ptr_container.hpp
==============================================================================
--- trunk/boost/ptr_container/ptr_container.hpp (original)
+++ trunk/boost/ptr_container/ptr_container.hpp 2007-10-27 14:20:45 EDT (Sat, 27 Oct 2007)
@@ -16,6 +16,7 @@
 # pragma once
 #endif
 
+#include <boost/ptr_container/ptr_array.hpp>
 #include <boost/ptr_container/ptr_deque.hpp>
 #include <boost/ptr_container/ptr_list.hpp>
 #include <boost/ptr_container/ptr_map.hpp>

Deleted: trunk/boost/ptr_container/serialize.hpp
==============================================================================
--- trunk/boost/ptr_container/serialize.hpp 2007-10-27 14:20:45 EDT (Sat, 27 Oct 2007)
+++ (empty file)
@@ -1,16 +0,0 @@
-// Copyright Sebastian Ramacher, 2007.
-// Distributed under 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)
-
-#ifndef BOOST_PTR_CONTAINER_SERIALIZE_HPP
-#define BOOST_PTR_CONTAINER_SERIALIZE_HPP
-
-#include <boost/ptr_container/serialize_ptr_array.hpp>
-#include <boost/ptr_container/serialize_ptr_deque.hpp>
-#include <boost/ptr_container/serialize_ptr_list.hpp>
-#include <boost/ptr_container/serialize_ptr_map.hpp>
-#include <boost/ptr_container/serialize_ptr_set.hpp>
-#include <boost/ptr_container/serialize_ptr_vector.hpp>
-
-#endif

Added: trunk/boost/ptr_container/serialize_ptr_container.hpp
==============================================================================
Binary file. No diff available.


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