From 5f4ba4d42cf124b37afed77b3a4ff28f5ce9b9c2 Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Fri, 4 Oct 2002 16:15:47 +0000 Subject: [PATCH] removed Iter a, b; [SVN r15715] --- creating_concepts.htm | 1 - 1 file changed, 1 deletion(-) diff --git a/creating_concepts.htm b/creating_concepts.htm index 55fa8d7..f6d749b 100644 --- a/creating_concepts.htm +++ b/creating_concepts.htm @@ -73,7 +73,6 @@ enforce the associated types of the concept. n = i - j; i[n]; } - Iter a, b; Iter i, j; typename std::iterator_traits<Iter>::difference_type n; };