Skip to content

Commit 7f49616

Browse files
authored
Merge pull request #6743 from albert-github/feature/bug_stl_unordered
STL_Extension Documentation permanent redirects
2 parents 75fd9c6 + a821707 commit 7f49616

File tree

1 file changed

+2
-2
lines changed
  • STL_Extension/doc/STL_Extension/Concepts

1 file changed

+2
-2
lines changed

STL_Extension/doc/STL_Extension/Concepts/Hashable.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ of the `graph_traits` header files provided by \cgal.
1212
They can be disables by defining the macro `CGAL_DISABLE_HASH_OPENMESH`.
1313
1414
\sa `CGAL::Unique_hash_map<Key,Mapped,Hash>`
15-
\sa <A HREF="http://www.cplusplus.com/reference/unordered_set/unordered_set/">`std::unordered_set`</a>
16-
\sa <A HREF="http://www.cplusplus.com/reference/unordered_set/unordered_map/">`std::unordered_map`</a>
15+
\sa <A HREF="https://en.cppreference.com/w/cpp/container/unordered_set">`std::unordered_set`</a>
16+
\sa <A HREF="https://en.cppreference.com/w/cpp/container/unordered_map">`std::unordered_map`</a>
1717
\sa <A HREF="https://www.boost.org/doc/libs/release/doc/html/boost/unordered_set.html">`boost::unordered_set`</a>
1818
\sa <A HREF="https://www.boost.org/doc/libs/release/doc/html/boost/unordered_map.html">`boost::unordered_map`</a>
1919

0 commit comments

Comments
 (0)