Update of /cvsroot/boost/boost/boost/parameter
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv21105/boost/parameter
Modified Files:
parameters.hpp
Log Message:
Fixed typo
Index: parameters.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/parameter/parameters.hpp,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- parameters.hpp 20 Sep 2006 15:03:35 -0000 1.28
+++ parameters.hpp 23 Sep 2006 22:52:34 -0000 1.29
@@ -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