From fa3c56747d0981bc9ab17220a50fb3f11616b125 Mon Sep 17 00:00:00 2001 From: Frank Mori Hess Date: Wed, 11 Mar 2009 13:55:29 +0000 Subject: [PATCH] Added missing semicolon at end of ü [SVN r51700] --- smart_ptr.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smart_ptr.htm b/smart_ptr.htm index 9e2512e..92ad2be 100644 --- a/smart_ptr.htm +++ b/smart_ptr.htm @@ -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ühl 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.

But Greg Colvin and Jerry Schwarz argued that "parameterization will discourage