@@ -41,7 +41,7 @@ ones without semantics:
4141*r++ = o // output iterator
4242*r-- // bidirectional iterator
4343</pre ></blockquote ><p >
44- According to the <a href =" http ://www.sgi.com/tech /stl/OutputIterator.html" >SGI specification</a >
44+ According to the <a href =" https ://www.boost.org/sgi /stl/OutputIterator.html" >SGI specification</a >
4545these correspond to
4646</p ><blockquote ><pre >
4747{ *r = o; ++r; } // output iterator
@@ -280,7 +280,7 @@ that are not associated with any sequence. […]
280280<sref ref =" [input.iterators]" />, as indicated [<i >Rationale</i >: The wording changes attempt
281281to define a minimal "independent" set of operations, namely <tt >*a</tt > and <tt >++r</tt >, and
282282to specify the semantics of the remaining ones. This approach seems to be in agreement with the
283- original <a href =" http ://www.sgi.com/tech /stl/InputIterator.html" >SGI specification</a >
283+ original <a href =" https ://www.boost.org/sgi /stl/InputIterator.html" >SGI specification</a >
284284— <i >end rationale</i >]:</p >
285285
286286<blockquote >
@@ -366,7 +366,7 @@ return tmp; }
366366<sref ref =" [output.iterators]" />, as indicated [<i >Rationale</i >: The wording changes attempt
367367to define a minimal "independent" set of operations, namely <tt >*r = o</tt > and <tt >++r</tt >,
368368and to specify the semantics of the remaining ones. This approach seems to be in agreement with
369- the original <a href =" http ://www.sgi.com/tech /stl/OutputIterator.html" >SGI specification</a >
369+ the original <a href =" https ://www.boost.org/sgi /stl/OutputIterator.html" >SGI specification</a >
370370— <i >end rationale</i >]:</p >
371371
372372<blockquote >
0 commit comments