From 2e18357672840ea95268a90b45c6c18af634e754 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Thu, 29 May 2003 22:33:23 +0000 Subject: [PATCH] Improved comments. [SVN r1292] --- include/boost/iterator/iterator_facade.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/iterator/iterator_facade.hpp b/include/boost/iterator/iterator_facade.hpp index 36dbcaa..b1eede9 100644 --- a/include/boost/iterator/iterator_facade.hpp +++ b/include/boost/iterator/iterator_facade.hpp @@ -345,7 +345,7 @@ namespace boost super_t; // - // CRT interface. + // Curiously Recursive Template interface. // typedef Derived derived_t;