From Jason Turner

[limits.syn]

Diff to HTML by rtfpessoa

tmp/tmpz6c_c1in/{from.md → to.md} RENAMED
@@ -1,12 +1,12 @@
1
  ### Header `<limits>` synopsis <a id="limits.syn">[[limits.syn]]</a>
2
 
3
  ``` cpp
 
4
  namespace std {
5
- // [fp.style], floating-point type properties
6
  enum float_round_style;
7
- enum float_denorm_style;
8
 
9
  // [numeric.limits], class template numeric_limits
10
  template<class T> class numeric_limits;
11
 
12
  template<class T> class numeric_limits<const T>;
 
1
  ### Header `<limits>` synopsis <a id="limits.syn">[[limits.syn]]</a>
2
 
3
  ``` cpp
4
+ // all freestanding
5
  namespace std {
6
+ // [round.style], enumeration float_round_style
7
  enum float_round_style;
 
8
 
9
  // [numeric.limits], class template numeric_limits
10
  template<class T> class numeric_limits;
11
 
12
  template<class T> class numeric_limits<const T>;