Update of /cvsroot/boost/boost/boost/fusion/sequence
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv27195/sequence

Modified Files:
        container.hpp conversion.hpp 
Log Message:
added initial version of deque

Index: container.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/fusion/sequence/container.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- container.hpp       16 Aug 2006 16:50:31 -0000      1.1
+++ container.hpp       18 Dec 2006 21:09:53 -0000      1.2
@@ -12,5 +12,6 @@
 #include <boost/fusion/sequence/container/list.hpp>
 #include <boost/fusion/sequence/container/map.hpp>
 #include <boost/fusion/sequence/container/set.hpp>
+#include <boost/fusion/sequence/container/deque.hpp>
 
 #endif

Index: conversion.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/fusion/sequence/conversion.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- conversion.hpp      16 Aug 2006 16:50:31 -0000      1.1
+++ conversion.hpp      18 Dec 2006 21:09:53 -0000      1.2
@@ -12,5 +12,6 @@
 #include <boost/fusion/sequence/conversion/as_map.hpp>
 #include <boost/fusion/sequence/conversion/as_set.hpp>
 #include <boost/fusion/sequence/conversion/as_vector.hpp>
+#include <boost/fusion/sequence/conversion/as_deque.hpp>
 
 #endif


-------------------------------------------------------------------------
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