Update of /cvsroot/boost/boost/boost/serialization
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv15392
Modified Files:
export.hpp
Log Message:
removed erroneas BOOST_USED
Index: export.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/serialization/export.hpp,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- export.hpp 20 Oct 2006 18:36:01 -0000 1.36
+++ export.hpp 10 Nov 2006 21:11:30 -0000 1.37
@@ -16,6 +16,7 @@
// See http://www.boost.org for updates, documentation, and revision history.
+// (C) Copyright 2006 David Abrahams - http://www.boost.org.
// implementation of class export functionality. This is an alternative to
// "forward declaration" method to provoke instantiation of derived classes
// that are to be serialized through pointers.
@@ -131,7 +132,7 @@
export_impl<Archive,Serializable>::enable_load(
mpl::and_<concrete, BOOST_DEDUCED_TYPENAME Archive::is_loading>());
-} BOOST_USED
+}
} // namespace detail
} // namespace archive
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
|