From Jason Turner

[depr.lib.binders]

Diff to HTML by rtfpessoa

tmp/tmptjf2h1a4/{from.md → to.md} RENAMED
@@ -1,10 +1,10 @@
1
  ## Binders <a id="depr.lib.binders">[[depr.lib.binders]]</a>
2
 
3
  The binders `binder1st`, `bind1st`, `binder2nd`, and `bind2nd` are
4
- deprecated. The function template `bind` ([[bind]]) provides a better
5
- solution.
6
 
7
  ### Class template `binder1st` <a id="depr.lib.binder.1st">[[depr.lib.binder.1st]]</a>
8
 
9
  ``` cpp
10
  template <class Fn>
 
1
  ## Binders <a id="depr.lib.binders">[[depr.lib.binders]]</a>
2
 
3
  The binders `binder1st`, `bind1st`, `binder2nd`, and `bind2nd` are
4
+ deprecated. The function template `bind` ([[func.bind.bind]]) provides
5
+ a better solution.
6
 
7
  ### Class template `binder1st` <a id="depr.lib.binder.1st">[[depr.lib.binder.1st]]</a>
8
 
9
  ``` cpp
10
  template <class Fn>