From Jason Turner

[func.bind.place]

Diff to HTML by rtfpessoa

tmp/tmpirc6zurr/{from.md → to.md} RENAMED
@@ -3,13 +3,11 @@
3
  ``` cpp
4
  namespace std::placeholders {
5
  // M is the number of placeholders
6
  see below _1;
7
  see below _2;
8
- .
9
- .
10
- .
11
  see below _M;
12
  }
13
  ```
14
 
15
  The number `M` of placeholders is *implementation-defined*.
 
3
  ``` cpp
4
  namespace std::placeholders {
5
  // M is the number of placeholders
6
  see below _1;
7
  see below _2;
8
+
 
 
9
  see below _M;
10
  }
11
  ```
12
 
13
  The number `M` of placeholders is *implementation-defined*.