Update of /cvsroot/boost/boost/boost/fusion/sequence/io
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv19797
Modified Files:
in.hpp
Log Message:
fix missing include
Index: in.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/fusion/sequence/io/in.hpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- in.hpp 2 Mar 2007 10:44:12 -0000 1.5
+++ in.hpp 16 Mar 2007 14:49:48 -0000 1.6
@@ -3,7 +3,7 @@
Copyright (c) 1999-2003 Jeremiah Willcock
Copyright (c) 2001-2006 Joel de Guzman
- Distributed under the Boost Software License, Version 1.0. (See
accompanying
+ 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)
==============================================================================*/
#if !defined(BOOST_IN_05042005_0120)
@@ -11,7 +11,7 @@
#include <istream>
#include <boost/fusion/sequence/io/detail/in.hpp>
-#include <boost/fusion/support/sequence_base.hpp>
+#include <boost/fusion/support/is_sequence.hpp>
namespace boost { namespace fusion
{
@@ -22,7 +22,7 @@
detail::read_sequence(is, seq);
return is;
}
-
+
namespace operators
{
template <typename Sequence>
-------------------------------------------------------------------------
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