From 6547eb9803f4ae453180c8c80d40d53ef3f6c85e Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Thu, 29 Jan 2004 00:45:00 +0000 Subject: [PATCH] fixed broken URLs [SVN r22037] --- reference.htm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference.htm b/reference.htm index b252477..f8cc269 100644 --- a/reference.htm +++ b/reference.htm @@ -200,7 +200,7 @@ Deprecated macros: struct Mutable_RandomAccessContainerConcept; template <class C> - struct SequenceConcept; // Standard ref 23.1.1 + struct SequenceConcept; // Standard ref 23.1.1 template <class C> struct FrontInsertionSequenceConcept; @@ -209,7 +209,7 @@ Deprecated macros: struct BackInsertionSequenceConcept; template <class C> - struct AssociativeContainerConcept; // Standard ref 23.1.2 Table 69 + struct AssociativeContainerConcept; // Standard ref 23.1.2 Table 69 template <class C> struct UniqueAssociativeContainerConcept;