Update of /cvsroot/boost/boost/boost/serialization
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10027

Modified Files:
        export.hpp 
Log Message:
added template declaration to resolve SUN compiler complaint

Index: export.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/serialization/export.hpp,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- export.hpp  10 Nov 2006 21:11:30 -0000      1.37
+++ export.hpp  15 Nov 2006 18:40:09 -0000      1.38
@@ -46,6 +46,11 @@
 class basic_pointer_iserializer;
 class basic_pointer_oserializer;
 
+template<class Archive, class T>
+class pointer_iserializer;
+template<class Archive, class T>
+class pointer_iserializer;
+
 template <class Archive, class Serializable>
 struct export_impl
 {


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to