Boost logo

Boost-Commit :

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&lt;std::string, Matrix&gt;</code>—that merges
+type&mdash;<code>std::pair&lt;std::string, Matrix&gt;</code>&mdash;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


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