Boost logo

Boost-Commit :

From: grafikrobot_at_[hidden]
Date: 2008-03-07 16:59:07


Author: grafik
Date: 2008-03-07 16:59:06 EST (Fri, 07 Mar 2008)
New Revision: 43541
URL: http://svn.boost.org/trac/boost/changeset/43541

Log:
Disable exception testing line as it's breaking testing.
Text files modified:
   trunk/status/Jamfile.v2 | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/status/Jamfile.v2
==============================================================================
--- trunk/status/Jamfile.v2 (original)
+++ trunk/status/Jamfile.v2 2008-03-07 16:59:06 EST (Fri, 07 Mar 2008)
@@ -38,7 +38,7 @@
 build-project ../libs/date_time/test ; # test-suite date_time
 build-project ../libs/disjoint_sets ; # test-suite disjoint_sets
 build-project ../libs/dynamic_bitset ; # test-suite dynamic_bitset
-build-project ../libs/exception ;
+#~ build-project ../libs/exception ; # << this is incorrect, authors responsible for the exception lib please provide a fix
 build-project ../libs/filesystem/test ; # test-suite filesystem
 build-project ../libs/foreach/test ; # test-suite foreach
 build-project ../libs/format/test ; # test-suite format


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk