Update of /cvsroot/boost/boost/boost/xpressive/detail
In directory
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv7032/boost/xpressive/detail
Modified Files:
detail_fwd.hpp
Log Message:
support for late-bound arguments in actions
Index: detail_fwd.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/xpressive/detail/detail_fwd.hpp,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- detail_fwd.hpp 23 Mar 2007 00:09:05 -0000 1.19
+++ detail_fwd.hpp 24 Mar 2007 10:07:30 -0000 1.20
@@ -13,7 +13,9 @@
# pragma once
#endif
+#include <map>
#include <climits> // for INT_MAX
+#include <typeinfo>
#include <boost/mpl/bool.hpp>
#include <boost/mpl/size_t.hpp>
#include <boost/shared_ptr.hpp>
@@ -30,6 +32,10 @@
typedef mpl::size_t<INT_MAX / 2 - 1> unknown_width;
+ struct type_info_less;
+
+ typedef std::map<std::type_info const *, void *, detail::type_info_less>
action_args_type;
+
///////////////////////////////////////////////////////////////////////////////
// placeholders
//
@@ -288,7 +294,8 @@
template<typename BidiIter>
struct sub_match_vector;
- //struct action_state;
+ template<typename T, typename U>
+ struct action_arg;
template<typename BidiIter>
struct actionable;
-------------------------------------------------------------------------
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