Update of /cvsroot/boost/boost/tools/build/v2/util
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv1234/util

Modified Files:
      Tag: RC_1_34_0
        assert.jam 
Log Message:
Merged toolset autoconfiguration from command-line --toolset from HEAD.
Also a bug fix in assert.jam


Index: assert.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v2/util/assert.jam,v
retrieving revision 1.11.18.2
retrieving revision 1.11.18.3
diff -u -d -r1.11.18.2 -r1.11.18.3
--- assert.jam  5 Nov 2006 07:24:37 -0000       1.11.18.2
+++ assert.jam  20 Nov 2006 17:15:40 -0000      1.11.18.3
@@ -86,7 +86,7 @@
     module [ CALLER_MODULE ]
     {
         modules.poke assert : result
-          : [ $(1) : $(2) $(3) : $(4)
+          : [ $(1) : $(2) : $(3) : $(4)
             : $(5) : $(6) : $(7) : $(8) : $(9) ] ;
     }
 
@@ -108,7 +108,7 @@
     module [ CALLER_MODULE ]
     {
         modules.poke assert : result
-          : [ $(1) : $(2) $(3) : $(4)
+          : [ $(1) : $(2) : $(3) : $(4)
             : $(5) : $(6) : $(7) : $(8) : $(9) ] ;
     }
 


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