Update of /cvsroot/boost/boost/boost/test/impl
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv21165/boost/test/impl

Modified Files:
      Tag: RC_1_34_0
        exception_safety.ipp 
Log Message:
boost guidelines (mainly from inspect tool: tabs, license reference text, 
etc.); more to do...

Index: exception_safety.ipp
===================================================================
RCS file: /cvsroot/boost/boost/boost/test/impl/exception_safety.ipp,v
retrieving revision 1.7
retrieving revision 1.7.2.1
diff -u -d -r1.7 -r1.7.2.1
--- exception_safety.ipp        23 Feb 2006 15:10:00 -0000      1.7
+++ exception_safety.ipp        27 Jul 2006 11:48:49 -0000      1.7.2.1
@@ -126,7 +126,7 @@
 
     // test observer interface
     virtual void        assertion_result( bool passed );
-    virtual int         priority() { return std::numeric_limits<int>::max(); } 
// we want this observer to run the last
+    virtual int         priority() { return (std::numeric_limits<int>::max)(); 
} // we want this observer to run the last
 
 private:
     void                failure_point();
@@ -540,6 +540,9 @@
 //  Revision History :
 //
 //  $Log$
+//  Revision 1.7.2.1  2006/07/27 11:48:49  gennaro_prota
+//  boost guidelines (mainly from inspect tool: tabs, license reference text, 
etc.); more to do...
+//
 //  Revision 1.7  2006/02/23 15:10:00  rogeeff
 //  vc70 out
 //


-------------------------------------------------------------------------
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

Reply via email to