Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r74016 - sandbox/SOC/2011/checks/libs/checks/example
From: pierre.talbot.6114_at_[hidden]
Date: 2011-08-23 09:31:11


Author: trademark
Date: 2011-08-23 09:31:10 EDT (Tue, 23 Aug 2011)
New Revision: 74016
URL: http://svn.boost.org/trac/boost/changeset/74016

Log:
Add ']' missing.
Text files modified:
   sandbox/SOC/2011/checks/libs/checks/example/checks_tutorial.cpp | 3 +++
   1 files changed, 3 insertions(+), 0 deletions(-)

Modified: sandbox/SOC/2011/checks/libs/checks/example/checks_tutorial.cpp
==============================================================================
--- sandbox/SOC/2011/checks/libs/checks/example/checks_tutorial.cpp (original)
+++ sandbox/SOC/2011/checks/libs/checks/example/checks_tutorial.cpp 2011-08-23 09:31:10 EDT (Tue, 23 Aug 2011)
@@ -35,6 +35,7 @@
   vin_number = "1M8GDM9AKP042788" ;
   std::cout << "The check digit of " << vin_number << " is " << compute_vin ( vin_number) << std::endl ;
   return 0;
+ //]
 }
 /*
 
@@ -48,4 +49,6 @@
 //[vin_example_output
 The Vehicle Identification Number: 1M8GDM9AXKP042788 is correct.
 The check digit of 1M8GDM9AKP042788 is X
+//]
+
 */
\ No newline at end of file


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