$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: eric_at_[hidden]
Date: 2008-02-10 01:57:25
Author: eric_niebler
Date: 2008-02-10 01:57:24 EST (Sun, 10 Feb 2008)
New Revision: 43204
URL: http://svn.boost.org/trac/boost/changeset/43204
Log:
fix oops in proto fusion interface
Text files modified: 
   trunk/boost/xpressive/proto/fusion.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/xpressive/proto/fusion.hpp
==============================================================================
--- trunk/boost/xpressive/proto/fusion.hpp	(original)
+++ trunk/boost/xpressive/proto/fusion.hpp	2008-02-10 01:57:24 EST (Sun, 10 Feb 2008)
@@ -573,7 +573,7 @@
                     >::const_reference
                 type;
 
-                static type call(Sequence &seq)
+                static type call(Sequence const &seq)
                 {
                     return proto::arg_c<Index::value>(seq);
                 }