$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r50270 - trunk/boost/proto
From: eric_at_[hidden]
Date: 2008-12-14 11:40:28
Author: eric_niebler
Date: 2008-12-14 11:40:27 EST (Sun, 14 Dec 2008)
New Revision: 50270
URL: http://svn.boost.org/trac/boost/changeset/50270
Log:
fix nullary_expr bug
Text files modified: 
   trunk/boost/proto/traits.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/proto/traits.hpp
==============================================================================
--- trunk/boost/proto/traits.hpp	(original)
+++ trunk/boost/proto/traits.hpp	2008-12-14 11:40:27 EST (Sun, 14 Dec 2008)
@@ -603,7 +603,7 @@
                 typedef type proto_base_expr;
 
                 template<typename Expr, typename State, typename Data>
-                struct impl
+                struct impl : transform_impl<Expr, State, Data>
                 {
                     typedef Expr result_type;