Update of /cvsroot/boost/boost/boost/parameter
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv21511/boost/parameter
Modified Files:
Tag: RC_1_34_0
parameters.hpp
Log Message:
merged HEAD to RC
Index: parameters.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/parameter/parameters.hpp,v
retrieving revision 1.21.2.5
retrieving revision 1.21.2.6
diff -u -d -r1.21.2.5 -r1.21.2.6
--- parameters.hpp 20 Sep 2006 15:05:45 -0000 1.21.2.5
+++ parameters.hpp 23 Sep 2006 22:53:35 -0000 1.21.2.6
@@ -241,10 +241,11 @@
#if BOOST_WORKAROUND(BOOST_MSVC, == 1310)
// VC7.1 can't handle the sizeof() implementation below,
// so we use this instead.
- typedef typename mpl::apply_wrap2<
+ typedef typename mpl::apply_wrap3<
typename ArgList::binding
, typename ParameterRequirements::keyword
, void_
+ , mpl::false_
>::type bound;
typedef typename mpl::eval_if<
@@ -252,7 +253,7 @@
, typename ParameterRequirements::has_default
, mpl::apply1<
typename ParameterRequirements::predicate
- , typename remove_reference<bound>::type
+ , bound
>
>::type type;
#else
-------------------------------------------------------------------------
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