From Jason Turner

[ratio.general]

Diff to HTML by rtfpessoa

tmp/tmpfgseg7qm/{from.md → to.md} RENAMED
@@ -3,9 +3,10 @@
3
  This subclause describes the ratio library. It provides a class template
4
  `ratio` which exactly represents any finite rational number with a
5
  numerator and denominator representable by compile-time constants of
6
  type `intmax_t`.
7
 
8
- Throughout this subclause, if the template argument types `R1` and `R2`
9
- are not specializations of the `ratio` template, the program is
10
- ill-formed.
 
11
 
 
3
  This subclause describes the ratio library. It provides a class template
4
  `ratio` which exactly represents any finite rational number with a
5
  numerator and denominator representable by compile-time constants of
6
  type `intmax_t`.
7
 
8
+ Throughout this subclause, the names of template parameters are used to
9
+ express type requirements. If a template parameter is named `R1` or
10
+ `R2`, and the template argument is not a specialization of the `ratio`
11
+ template, the program is ill-formed.
12