From Jason Turner

[locale.facet]

Diff to HTML by rtfpessoa

tmp/tmpqm3zw7o2/{from.md → to.md} RENAMED
@@ -24,11 +24,11 @@ static ::std::locale::id id;
24
  Template parameters in this Clause which are required to be facets are
25
  those named `Facet` in declarations. A program that passes a type that
26
  is *not* a facet, or a type that refers to a volatile-qualified facet,
27
  as an (explicit or deduced) template parameter to a locale function
28
  expecting a facet, is ill-formed. A const-qualified facet is a valid
29
- template argument to any locale function that expects a Facet template
30
  parameter.
31
 
32
  The `refs` argument to the constructor is used for lifetime management.
33
  For `refs == 0`, the implementation performs
34
  `delete static_cast<locale::facet*>(f)` (where `f` is a pointer to the
 
24
  Template parameters in this Clause which are required to be facets are
25
  those named `Facet` in declarations. A program that passes a type that
26
  is *not* a facet, or a type that refers to a volatile-qualified facet,
27
  as an (explicit or deduced) template parameter to a locale function
28
  expecting a facet, is ill-formed. A const-qualified facet is a valid
29
+ template argument to any locale function that expects a `Facet` template
30
  parameter.
31
 
32
  The `refs` argument to the constructor is used for lifetime management.
33
  For `refs == 0`, the implementation performs
34
  `delete static_cast<locale::facet*>(f)` (where `f` is a pointer to the