Update of /cvsroot/boost/boost/boost/xpressive/proto/detail
In directory
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv12267/boost/xpressive/proto/detail
Modified Files:
funop.hpp
Log Message:
make eval() a free function, make xpressive deep_copy semantic actions
Index: funop.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/xpressive/proto/detail/funop.hpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- funop.hpp 13 Feb 2007 21:57:22 -0000 1.5
+++ funop.hpp 29 Mar 2007 22:19:39 -0000 1.6
@@ -1,6 +1,6 @@
///////////////////////////////////////////////////////////////////////////////
-/// \file funop.hpp
-/// Contains definition of funop[n]\<\> class template.
+// funop.hpp
+// Contains definition of funop[n]\<\> class template.
//
// Copyright 2004 Eric Niebler. Distributed under the Boost
// Software License, Version 1.0. (See accompanying file
@@ -16,7 +16,7 @@
typedef expr<
tag::function
, BOOST_PP_CAT(args, BOOST_PP_INC(BOOST_PP_ITERATION()))<
- ref<Expr const>
+ ref<Expr>
BOOST_PP_ENUM_TRAILING_BINARY_PARAMS(
BOOST_PP_ITERATION()
, typename result_of::as_arg<A
@@ -26,7 +26,7 @@
> type;
static type const call(
- Expr const &expr
+ Expr &expr
BOOST_PP_ENUM_TRAILING_BINARY_PARAMS(BOOST_PP_ITERATION(), A, &a)
)
{
-------------------------------------------------------------------------
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