From Jason Turner

[locale.collate.virtuals]

Diff to HTML by rtfpessoa

tmp/tmprtx3_wep/{from.md → to.md} RENAMED
@@ -26,9 +26,9 @@ long do_hash(const charT* low, const charT* high) const;
26
 
27
  *Returns:* An integer value equal to the result of calling `hash()` on
28
  any other string for which `do_compare()` returns 0 (equal) when passed
29
  the two strings.
30
 
31
- [*Note 1*: The probability that the result equals that for another
32
- string which does not compare equal should be very small, approaching
33
- `(1.0/numeric_limits<unsigned long>::max())`. — *end note*]
34
 
 
26
 
27
  *Returns:* An integer value equal to the result of calling `hash()` on
28
  any other string for which `do_compare()` returns 0 (equal) when passed
29
  the two strings.
30
 
31
+ *Recommended practice:* The probability that the result equals that for
32
+ another string which does not compare equal should be very small,
33
+ approaching `(1.0/numeric_limits<unsigned long>::max())`.
34