Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r74263 - sandbox/SOC/2011/checks/libs/checks/example
From: pbristow_at_[hidden]
Date: 2011-09-06 08:02:15


Author: pbristow
Date: 2011-09-06 08:02:14 EDT (Tue, 06 Sep 2011)
New Revision: 74263
URL: http://svn.boost.org/trac/boost/changeset/74263

Log:
Missing //] added
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-09-06 08:02:14 EDT (Tue, 06 Sep 2011)
@@ -48,6 +48,7 @@
 
   vin_number = "1M8GDM9AKP042788" ;
   std::cout << "The check digit of " << vin_number << " is " << compute_vin ( vin_number) << std::endl ;
+ //]
   return 0;
 }
 /*
@@ -62,4 +63,6 @@
 //[vin_example_output
 The Vehicle Identification Number: 1M8GDM9AXKP042788 is correct.
 The check digit of 1M8GDM9AKP042788 is X
+//]
+
 */


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