From Jason Turner

[type.info]

Diff to HTML by rtfpessoa

tmp/tmpu25nv4y4/{from.md → to.md} RENAMED
@@ -52,12 +52,12 @@ size_t hash_code() const noexcept;
52
 
53
  *Returns:* An unspecified value, except that within a single execution
54
  of the program, it shall return the same value for any two `type_info`
55
  objects which compare equal.
56
 
57
- an implementation should return different values for two `type_info`
58
- objects which do not compare equal.
59
 
60
  ``` cpp
61
  const char* name() const noexcept;
62
  ```
63
 
 
52
 
53
  *Returns:* An unspecified value, except that within a single execution
54
  of the program, it shall return the same value for any two `type_info`
55
  objects which compare equal.
56
 
57
+ *Remarks:* An implementation should return different values for two
58
+ `type_info` objects which do not compare equal.
59
 
60
  ``` cpp
61
  const char* name() const noexcept;
62
  ```
63