From 0381c5fc549ae03ec7d7d5de5a73ca6756041b53 Mon Sep 17 00:00:00 2001 From: CromwellEnage <32967088+CromwellEnage@users.noreply.github.com> Date: Thu, 11 Oct 2018 12:33:49 -0400 Subject: [PATCH] Fix broken links in documentation. Some documentation links currently point to pages that HP retired along with the rest of the SGI STL website. These links now point to the Boost mirror site. --- concept_check.htm | 6 ++-- concept_covering.htm | 4 +-- creating_concepts.htm | 2 +- implementation.htm | 2 +- prog_with_concepts.htm | 14 ++++----- reference.htm | 64 ++++++++++++++++++++--------------------- using_concept_check.htm | 2 +- 7 files changed, 47 insertions(+), 47 deletions(-) diff --git a/concept_check.htm b/concept_check.htm index 4a47fa8..fc385dc 100644 --- a/concept_check.htm +++ b/concept_check.htm @@ -220,7 +220,7 @@ bad_error_eg.cpp:8: instantiated from here

In this case, the fundamental error is that std:complex<float> does not model the LessThanComparable + "http://www.boost.org/sgi/stl/LessThanComparable.html">LessThanComparable concept. Unfortunately, there is nothing in the error message to indicate that to the user.

@@ -232,7 +232,7 @@ bad_error_eg.cpp:8: instantiated from here
  1. There is no textual correlation between the error message and the documented requirements for std::stable_sort() and for LessThanComparable.
  2. + "http://www.boost.org/sgi/stl/LessThanComparable.html">LessThanComparable.
  3. The error message is overly long, listing functions internal to the STL (e.g. __insertion_sort) that the user @@ -268,7 +268,7 @@ boost/concept_check.hpp:236: error: no match for ‘operator<’ in ‘((boos