Update of /cvsroot/boost/boost/boost/xpressive/proto
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv12827
Modified Files:
debug.hpp
Log Message:
fix debug again
Index: debug.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/xpressive/proto/debug.hpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- debug.hpp 16 Apr 2007 04:37:05 -0000 1.4
+++ debug.hpp 16 Apr 2007 04:50:45 -0000 1.5
@@ -118,7 +118,7 @@
this->sout_ << std::setw(this->depth_) << (this->first_? "" :
", ")\
<< proto_tag_name(Tag()) << "(\n";\
display_expr display(this->depth_ + 4, this->sout_);\
- BOOST_PP_REPEAT(BOOST_PROTO_MAX_ARITY, BOOST_PROTO_ARG, _)\
+ BOOST_PP_REPEAT(N, BOOST_PROTO_ARG, _)\
this->sout_ << std::setw(this->depth_) << "" << ")\n";\
this->first_ = false;\
}\
-------------------------------------------------------------------------
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