From Jason Turner

[arithmetic.operations]

Diff to HTML by rtfpessoa

tmp/tmpnh__cxw7/{from.md → to.md} RENAMED
@@ -1,9 +1,11 @@
1
  ### Arithmetic operations <a id="arithmetic.operations">[[arithmetic.operations]]</a>
2
 
 
 
3
  The library provides basic function object classes for all of the
4
- arithmetic operators in the language ([[expr.mul]], [[expr.add]]).
5
 
6
  #### Class template `plus` <a id="arithmetic.operations.plus">[[arithmetic.operations.plus]]</a>
7
 
8
  ``` cpp
9
  template<class T = void> struct plus {
 
1
  ### Arithmetic operations <a id="arithmetic.operations">[[arithmetic.operations]]</a>
2
 
3
+ #### General <a id="arithmetic.operations.general">[[arithmetic.operations.general]]</a>
4
+
5
  The library provides basic function object classes for all of the
6
+ arithmetic operators in the language [[expr.mul]], [[expr.add]].
7
 
8
  #### Class template `plus` <a id="arithmetic.operations.plus">[[arithmetic.operations.plus]]</a>
9
 
10
  ``` cpp
11
  template<class T = void> struct plus {