Update of /cvsroot/boost/boost/boost/xpressive/proto
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv15789
Modified Files:
expr.hpp
Log Message:
work around doxygen/boostbook strangeness
Index: expr.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/xpressive/proto/expr.hpp,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- expr.hpp 21 May 2007 03:21:33 -0000 1.32
+++ expr.hpp 21 May 2007 05:55:31 -0000 1.33
@@ -287,8 +287,9 @@
///
template<typename Sig>
struct result
- : result_of::funop<Sig, expr>
- {};
+ {
+ typedef typename result_of::funop<Sig, expr>::type type;
+ };
/// Function call
///
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs