]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/concept_check/creating_concepts.htm
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / concept_check / creating_concepts.htm
index d579aafc9354db29c7e1b1d2524d1ec1c2c3a68d..bb56e8c2c421da4805c8a92d5b23a3dcf890598f 100644 (file)
@@ -26,7 +26,7 @@
 
   <p>As an example of how to create a concept checking class template, we
   look at how to create the corresponding checks for the <a href=
-  "http://www.sgi.com/tech/stl/InputIterator.html">InputIterator</a> concept.
+  "http://www.boost.org/sgi/stl/InputIterator.html">InputIterator</a> concept.
   The complete definition is here:</p>
   <pre>
 template &lt;class X&gt;