Boost logo

Boost-Commit :

From: ramey_at_[hidden]
Date: 2007-11-01 16:29:30


Author: ramey
Date: 2007-11-01 16:29:29 EDT (Thu, 01 Nov 2007)
New Revision: 40664
URL: http://svn.boost.org/trac/boost/changeset/40664

Log:
removed extended_type_info_no_rtti.cpp
it's header only now.
Removed:
   branches/serialization_next_release/boost/libs/serialization/src/extended_type_info_no_rtti.cpp

Deleted: branches/serialization_next_release/boost/libs/serialization/src/extended_type_info_no_rtti.cpp
==============================================================================
--- branches/serialization_next_release/boost/libs/serialization/src/extended_type_info_no_rtti.cpp 2007-11-01 16:29:29 EDT (Thu, 01 Nov 2007)
+++ (empty file)
@@ -1,19 +0,0 @@
-/////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8
-// extended_type_info_no_rtti.cpp: specific implementation of type info
-// that is NOT based on typeid
-
-// (C) Copyright 2002 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.
-
-#include <boost/config.hpp>
-#include <cstring>
-#if defined(BOOST_NO_STDC_NAMESPACE)
-namespace std{ using ::strcmp; }
-#endif
-
-#define BOOST_SERIALIZATION_SOURCE
-#include <boost/serialization/extended_type_info_no_rtti.hpp>


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