tmp/tmpvuqkekdp/{from.md → to.md}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
##### Class `locale::facet` <a id="locale.facet">[[locale.facet]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
namespace std {
|
| 5 |
class locale::facet {
|
| 6 |
protected:
|
|
@@ -35,11 +35,11 @@ For `refs == 0`, the implementation performs
|
|
| 35 |
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
|
| 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
|
|
|
|
| 1 |
+
###### Class `locale::facet` <a id="locale.facet">[[locale.facet]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
namespace std {
|
| 5 |
class locale::facet {
|
| 6 |
protected:
|
|
|
|
| 35 |
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 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
|