From Jason Turner

[bitset.hash]

Diff to HTML by rtfpessoa

tmp/tmpygdavptb/{from.md → to.md} RENAMED
@@ -2,8 +2,8 @@
2
 
3
  ``` cpp
4
  template <size_t N> struct hash<bitset<N> >;
5
  ```
6
 
7
- *Requires:* the template specialization shall meet the requirements of
8
- class template `hash` ([[unord.hash]]).
9
 
 
2
 
3
  ``` cpp
4
  template <size_t N> struct hash<bitset<N> >;
5
  ```
6
 
7
+ The template specialization shall meet the requirements of class
8
+ template `hash` ([[unord.hash]]).
9