$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r62713 - sandbox/SOC/2010/phoenix3/boost/phoenix/function
From: joel_at_[hidden]
Date: 2010-06-10 02:59:07
Author: djowel
Date: 2010-06-10 02:59:07 EDT (Thu, 10 Jun 2010)
New Revision: 62713
URL: http://svn.boost.org/trac/boost/changeset/62713
Log:
+ the environment concept
+ better result_of modularization
Text files modified:
sandbox/SOC/2010/phoenix3/boost/phoenix/function/function.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox/SOC/2010/phoenix3/boost/phoenix/function/function.hpp
==============================================================================
--- sandbox/SOC/2010/phoenix3/boost/phoenix/function/function.hpp (original)
+++ sandbox/SOC/2010/phoenix3/boost/phoenix/function/function.hpp 2010-06-10 02:59:07 EDT (Thu, 10 Jun 2010)
@@ -33,7 +33,7 @@
: f(f)
{}
- template<typename Signature>
+ template<typename Sig>
struct result;
template<typename This>