Update of /cvsroot/boost/boost/boost/fusion/functional/adapter
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv24176

Modified Files:
        unfused_typed.hpp 
Log Message:
updates VC7.1 workaround

Index: unfused_typed.hpp
===================================================================
RCS file: 
/cvsroot/boost/boost/boost/fusion/functional/adapter/unfused_typed.hpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- unfused_typed.hpp   18 Feb 2007 00:42:14 -0000      1.2
+++ unfused_typed.hpp   26 Mar 2007 19:58:44 -0000      1.3
@@ -174,8 +174,7 @@
                 return static_cast<Derived const 
*>(this)->fnc_transformed(arg);
             }
 
-#if !BOOST_WORKAROUND(BOOST_MSVC, < 1400) \
-    || BOOST_FUSION_UNFUSED_TYPED_MAX_ARITY <= 4
+#if !BOOST_WORKAROUND(BOOST_MSVC, < 1400)
             inline typename Function::template result<arg_vector_t>::type 
             operator()(BOOST_PP_ENUM(N,M,arg_vector_t)) 
             {


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