tmp/tmpklukfl9x/{from.md → to.md}
RENAMED
|
@@ -36,11 +36,11 @@ facet) when the last `locale` object containing the facet is destroyed;
|
|
| 36 |
for `refs == 1`, the implementation never destroys the facet.
|
| 37 |
|
| 38 |
Constructors of all facets defined in this Clause take such an argument
|
| 39 |
and pass it along to their `facet` base class constructor. All
|
| 40 |
one-argument constructors defined in this Clause are *explicit*,
|
| 41 |
-
preventing their participation in
|
| 42 |
|
| 43 |
For some standard facets a standard “…`_byname`” class, derived from it,
|
| 44 |
implements the virtual function semantics equivalent to that facet of
|
| 45 |
the locale constructed by `locale(const char*)` with the same name. Each
|
| 46 |
such facet provides a constructor that takes a `const char*` argument,
|
|
|
|
| 36 |
for `refs == 1`, the implementation never destroys the facet.
|
| 37 |
|
| 38 |
Constructors of all facets defined in this Clause take such an argument
|
| 39 |
and pass it along to their `facet` base class constructor. All
|
| 40 |
one-argument constructors defined in this Clause are *explicit*,
|
| 41 |
+
preventing their participation in implicit conversions.
|
| 42 |
|
| 43 |
For some standard facets a standard “…`_byname`” class, derived from it,
|
| 44 |
implements the virtual function semantics equivalent to that facet of
|
| 45 |
the locale constructed by `locale(const char*)` with the same name. Each
|
| 46 |
such facet provides a constructor that takes a `const char*` argument,
|