Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r73750 - sandbox/SOC/2011/checks/boost/checks
From: pierre.talbot.6114_at_[hidden]
Date: 2011-08-14 13:14:44


Author: trademark
Date: 2011-08-14 13:14:43 EDT (Sun, 14 Aug 2011)
New Revision: 73750
URL: http://svn.boost.org/trac/boost/changeset/73750

Log:
Struct use to control the weights of a sequence.
Augmentation of the weight limit to 100 (due to the modulus 97 weight which is of lenght 96).
Text files modified:
   sandbox/SOC/2011/checks/boost/checks/weight.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: sandbox/SOC/2011/checks/boost/checks/weight.hpp
==============================================================================
--- sandbox/SOC/2011/checks/boost/checks/weight.hpp (original)
+++ sandbox/SOC/2011/checks/boost/checks/weight.hpp 2011-08-14 13:14:43 EDT (Sun, 14 Aug 2011)
@@ -11,7 +11,7 @@
 #include <boost/preprocessor/repetition.hpp>
 #include <boost/preprocessor/facilities/intercept.hpp>
 
-#define BOOST_CHECK_LIMIT_WEIGHTS 10
+#define BOOST_CHECK_LIMIT_WEIGHTS 100
 
 namespace boost{
   namespace checks{


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