Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r73056 - sandbox/SOC/2011/checks/libs/checks/example
From: pbristow_at_[hidden]
Date: 2011-07-13 12:57:39


Author: pbristow
Date: 2011-07-13 12:57:38 EDT (Wed, 13 Jul 2011)
New Revision: 73056
URL: http://svn.boost.org/trac/boost/changeset/73056

Log:
Changed to run modulus example
Text files modified:
   sandbox/SOC/2011/checks/libs/checks/example/jamfile.v2 | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: sandbox/SOC/2011/checks/libs/checks/example/jamfile.v2
==============================================================================
--- sandbox/SOC/2011/checks/libs/checks/example/jamfile.v2 (original)
+++ sandbox/SOC/2011/checks/libs/checks/example/jamfile.v2 2011-07-13 12:57:38 EDT (Wed, 13 Jul 2011)
@@ -33,7 +33,7 @@
       <include>$(boost_root)
     ;
 
-run isbn_example.cpp ; # Trivial example of checking ISBN and also computing check digit.
+run modulus_example.cpp ; # Trivial example of checking modulus and also computing check digit.
 
 #run issn_example.cpp ; # Trivial example of checking ISSN and also computing check digit.
 # ...


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