mirror of https://github.com/CGAL/cgal
Change the Boost.Range url to a permanent one, not dependent on the Boost version.
This commit is contained in:
parent
c92ba427ff
commit
77ebcdbcd0
|
|
@ -17,7 +17,7 @@ bidirectional or random-access. The category can be queried using
|
||||||
\ccc{std::iterator_traits} and the corresponding iterator type.
|
\ccc{std::iterator_traits} and the corresponding iterator type.
|
||||||
|
|
||||||
Boost also offers the Boost.Range
|
Boost also offers the Boost.Range
|
||||||
library\footnote{\url{http://www.boost.org/doc/libs/1_44_0/libs/range/doc/html/index.html}}
|
library\footnote{\url{http://www.boost.org/libs/range/doc/html/index.html}}
|
||||||
which provides good support for ranges.
|
which provides good support for ranges.
|
||||||
|
|
||||||
Finally, let us note that ranges, in general (especially in template context)
|
Finally, let us note that ranges, in general (especially in template context)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue