$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r51935 - sandbox/committee/rvalue_ref
From: dave_at_[hidden]
Date: 2009-03-23 08:54:43
Author: dave
Date: 2009-03-23 08:54:42 EDT (Mon, 23 Mar 2009)
New Revision: 51935
URL: http://svn.boost.org/trac/boost/changeset/51935
Log:
Fix EM DASHes
Text files modified:
sandbox/committee/rvalue_ref/rvalue-ref-exception-safety.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox/committee/rvalue_ref/rvalue-ref-exception-safety.html
==============================================================================
--- sandbox/committee/rvalue_ref/rvalue-ref-exception-safety.html (original)
+++ sandbox/committee/rvalue_ref/rvalue-ref-exception-safety.html 2009-03-23 08:54:42 EDT (Mon, 23 Mar 2009)
@@ -415,7 +415,7 @@
value. The <code>pair</code>'s <code>second</code> data member is
a <code>Matrix</code>, which has a throwing copy constructor but no
move constructor. When we compose these two types, we end up with a
-typeâ<code>std::pair<std::string, Matrix></code>âthat merges
+type—<code>std::pair<std::string, Matrix></code>—that merges
their behaviors. This <code>pair</code>'s move constructor performs a
non-reversible modification on the <code>first</code> member of the
pair (moving the resources of the <code>std::string</code>) and then