Update of /cvsroot/boost/boost/boost/xpressive
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv13025/boost/xpressive
Modified Files:
regex_actions.hpp
Log Message:
more efficient actions
Index: regex_actions.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/xpressive/regex_actions.hpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- regex_actions.hpp 30 Mar 2007 05:44:26 -0000 1.11
+++ regex_actions.hpp 31 Mar 2007 00:55:48 -0000 1.12
@@ -347,7 +347,7 @@
: base_type()
{}
- value(T const &t)
+ explicit value(T const &t)
: base_type(base_type::type::make(t))
{}
@@ -370,7 +370,7 @@
{
typedef proto::extends<typename proto::terminal<reference_wrapper<T>
>::type, reference<T> > base_type;
- reference(T &t)
+ explicit reference(T &t)
: base_type(base_type::type::make(boost::ref(t)))
{}
@@ -399,7 +399,7 @@
,
base_type(base_type::type::make(boost::ref(detail::value_wrapper<T>::value)))
{}
- local(T const &t)
+ explicit local(T const &t)
: detail::value_wrapper<T>(t)
,
base_type(base_type::type::make(boost::ref(detail::value_wrapper<T>::value)))
{}
-------------------------------------------------------------------------
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