Hi,

the attached patch fixes a typo in
libs/test/doc/execution_monitor.htm.


Regards, m

Index: execution_monitor.htm
===================================================================
RCS file: /cvsroot/boost/boost/libs/test/doc/execution_monitor.htm,v
retrieving revision 1.10
diff -u -r1.10 execution_monitor.htm
--- execution_monitor.htm       13 Feb 2003 08:49:33 -0000      1.10
+++ execution_monitor.htm       13 Mar 2003 11:34:14 -0000
@@ -74,7 +74,7 @@
     };
 
     error_code code() <SPAN class="reserv-word">const</SPAN>;
-    <SPAN class="cpp-type">char</SPAN> <SPAN class="reserv-word">const</SPAN> what() 
<SPAN class="reserv-word">const</SPAN>;
+    <SPAN class="cpp-type">char</SPAN> <SPAN class="reserv-word">const</SPAN>* what() 
<SPAN class="reserv-word">const</SPAN>;
 };
 </PRE>
   <P> Note 1: Only uncaught C++ exceptions are treated as errors. If the application

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to