$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r55719 - in branches/release: . boost/archive boost/graph boost/program_options boost/python boost/regex boost/serialization boost/signals boost/signals2 boost/system libs/foreach/doc libs/graph_parallel libs/mpl/doc/refmanual libs/mpl/doc/src/refmanual libs/program_options libs/python libs/regex libs/serialization libs/serialization/doc libs/signals libs/signals2 libs/system libs/timer status tools/build/v2
From: eric_at_[hidden]
Date: 2009-08-22 12:40:39
Author: eric_niebler
Date: 2009-08-22 12:40:39 EDT (Sat, 22 Aug 2009)
New Revision: 55719
URL: http://svn.boost.org/trac/boost/changeset/55719
Log:
Merged revisions 55718 via svnmerge from 
https://svn.boost.org/svn/boost/trunk
........
  r55718 | eric_niebler | 2009-08-22 12:30:40 -0400 (Sat, 22 Aug 2009) | 1 line
  
  escape quickbook special character
........
Properties modified: 
   branches/release/   (props changed)
   branches/release/boost/archive/   (props changed)
   branches/release/boost/graph/   (props changed)
   branches/release/boost/program_options/   (props changed)
   branches/release/boost/python/   (props changed)
   branches/release/boost/regex/   (props changed)
   branches/release/boost/serialization/   (props changed)
   branches/release/boost/signals/   (props changed)
   branches/release/boost/signals2/   (props changed)
   branches/release/boost/system/   (props changed)
   branches/release/libs/graph_parallel/   (props changed)
   branches/release/libs/mpl/doc/refmanual/broken-compiler-workarounds.html   (props changed)
   branches/release/libs/mpl/doc/refmanual/categorized-index-concepts.html   (props changed)
   branches/release/libs/mpl/doc/refmanual/cfg-no-preprocessed-headers.html   (props changed)
   branches/release/libs/mpl/doc/refmanual/composition-and-argument-binding.html   (props changed)
   branches/release/libs/mpl/doc/refmanual/data-types-concepts.html   (props changed)
   branches/release/libs/mpl/doc/refmanual/data-types-miscellaneous.html   (props changed)
   branches/release/libs/mpl/doc/refmanual/extensible-associative-sequence.html   (props changed)
   branches/release/libs/mpl/doc/refmanual/inserter-class.html   (props changed)
   branches/release/libs/mpl/doc/refmanual/tag-dispatched-metafunction.html   (props changed)
   branches/release/libs/mpl/doc/refmanual/trivial-metafunctions-summary.html   (props changed)
   branches/release/libs/mpl/doc/src/refmanual/Iterators-Iterator.rst   (props changed)
   branches/release/libs/program_options/   (props changed)
   branches/release/libs/python/   (props changed)
   branches/release/libs/regex/   (props changed)
   branches/release/libs/serialization/   (props changed)
   branches/release/libs/serialization/doc/release.html   (props changed)
   branches/release/libs/signals/   (props changed)
   branches/release/libs/signals2/   (props changed)
   branches/release/libs/system/   (props changed)
   branches/release/libs/timer/   (props changed)
   branches/release/status/   (props changed)
   branches/release/tools/build/v2/   (props changed)
Text files modified: 
   branches/release/libs/foreach/doc/foreach.qbk |     4 ++--                                    
   1 files changed, 2 insertions(+), 2 deletions(-)
Modified: branches/release/libs/foreach/doc/foreach.qbk
==============================================================================
--- branches/release/libs/foreach/doc/foreach.qbk	(original)
+++ branches/release/libs/foreach/doc/foreach.qbk	2009-08-22 12:40:39 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].