Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r55718 - trunk/libs/foreach/doc
From: eric_at_[hidden]
Date: 2009-08-22 12:30:41


Author: eric_niebler
Date: 2009-08-22 12:30:40 EDT (Sat, 22 Aug 2009)
New Revision: 55718
URL: http://svn.boost.org/trac/boost/changeset/55718

Log:
escape quickbook special character
Text files modified:
   trunk/libs/foreach/doc/foreach.qbk | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: trunk/libs/foreach/doc/foreach.qbk
==============================================================================
--- trunk/libs/foreach/doc/foreach.qbk (original)
+++ trunk/libs/foreach/doc/foreach.qbk 2009-08-22 12:30:40 EDT (Sat, 22 Aug 2009)
@@ -485,10 +485,10 @@
 [h2 History]
 
 The ideas for _foreach_ began life in the Visual C++ group at Microsoft during the early phases of
-the design for C++/CLI. Whether to add a dedicated "foreach" looping construct to the language was
+the design for C++\/CLI. Whether to add a dedicated "foreach" looping construct to the language was
 an open question at the time. As a mental exercise, Anson Tsao sent around some proof-of-concept
 code which demonstrated that a pure library solution might be possible. The code was written in the
-proposed C++/CLI dialect of the time, for which there was no compiler as of yet. I was intrigued by
+proposed C++\/CLI dialect of the time, for which there was no compiler as of yet. I was intrigued by
 the possibility, and I ported his code to Managed C++ and got it working. We worked together to
 refine the idea and eventually published an article about it in the November 2003 issue of the
 [@http://www.cuj.com CUJ].


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