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