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