Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r51700 - trunk/libs/smart_ptr
From: fmhess_at_[hidden]
Date: 2009-03-11 09:55:29


Author: fmhess
Date: 2009-03-11 09:55:29 EDT (Wed, 11 Mar 2009)
New Revision: 51700
URL: http://svn.boost.org/trac/boost/changeset/51700

Log:
Added missing semicolon at end of &uuml

Text files modified:
   trunk/libs/smart_ptr/smart_ptr.htm | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/smart_ptr/smart_ptr.htm
==============================================================================
--- trunk/libs/smart_ptr/smart_ptr.htm (original)
+++ trunk/libs/smart_ptr/smart_ptr.htm 2009-03-11 09:55:29 EDT (Wed, 11 Mar 2009)
@@ -167,7 +167,7 @@
                         as to run various timings of the direct and indirect approaches, and found that
                         at least on Intel Pentium chips there was very little measurable difference.
                         Kevlin Henney provided a paper he wrote on "Counted Body Techniques." Dietmar
- K&uumlhl suggested an elegant partial template specialization technique to allow
+ Kühl suggested an elegant partial template specialization technique to allow
                         users to choose which implementation they preferred, and that was also
                         experimented with.</p>
                 <p>But Greg Colvin and Jerry Schwarz argued that "parameterization will discourage


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