Update of /cvsroot/boost/boost/boost/mpl/aux_
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv410

Modified Files:
      Tag: RC_1_34_0
        lambda_spec.hpp 
Log Message:
Fix BOOST_MPL_AUX_PASS_THROUGH_LAMBDA_SPEC

Index: lambda_spec.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/mpl/aux_/lambda_spec.hpp,v
retrieving revision 1.8
retrieving revision 1.8.14.1
diff -u -d -r1.8 -r1.8.14.1
--- lambda_spec.hpp     2 Sep 2004 15:40:43 -0000       1.8
+++ lambda_spec.hpp     29 Jan 2007 07:28:45 -0000      1.8.14.1
@@ -2,7 +2,7 @@
 #ifndef BOOST_MPL_AUX_LAMBDA_SPEC_HPP_INCLUDED
 #define BOOST_MPL_AUX_LAMBDA_SPEC_HPP_INCLUDED
 
-// Copyright Aleksey Gurtovoy 2001-2004
+// Copyright Aleksey Gurtovoy 2001-2007
 //
 // Distributed under the Boost Software License, Version 1.0. 
 // (See accompanying file LICENSE_1_0.txt or copy at 
@@ -35,7 +35,8 @@
     > \
 { \
     typedef false_ is_le; \
-    typedef name< BOOST_MPL_PP_PARAMS(i, T) > type; \
+    typedef name< BOOST_MPL_PP_PARAMS(i, T) > result_; \
+    typedef result_ type; \
 }; \
 /**/
 


-------------------------------------------------------------------------
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

Reply via email to