From d9dc09933635a62e188600c419fe42bcd03a3820 Mon Sep 17 00:00:00 2001 From: Adrian Kummerländer Date: Sat, 15 Feb 2014 12:57:50 +0100 Subject: Removed internal codepoint caching * it is not the responsibility of a codepoint iterator to cache the resolved codepoint for reuse ** if this is required by the user of this class can iterate it better in the context it is required ** e.g. implement a "CachedIterator" template --- src/codepoint_iterator.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/codepoint_iterator.h') diff --git a/src/codepoint_iterator.h b/src/codepoint_iterator.h index 938f53d..6c8c43d 100644 --- a/src/codepoint_iterator.h +++ b/src/codepoint_iterator.h @@ -34,8 +34,7 @@ class CodepointIterator : public std::iterator