Skip to content

Commit d2ce09d

Browse files
jensmaurertkoeppe
authored andcommitted
[system.error.syn,locale.facet] Replace 'automatic' by 'implicit' conversion
1 parent 1acfef5 commit d2ce09d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/diagnostics.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@
827827
\pnum
828828
The \tcode{is_error_code_enum} and \tcode{is_error_condition_enum} templates may be
829829
specialized for program-defined types to indicate that such types are eligible
830-
for \tcode{class error_code} and \tcode{class error_condition} automatic
830+
for \tcode{class error_code} and \tcode{class error_condition} implicit
831831
conversions, respectively.
832832

833833
\rSec2[syserr.errcat]{Class \tcode{error_category}}

source/locales.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@
453453
take such an argument and pass it along to
454454
their \tcode{facet} base class constructor.
455455
All one-argument constructors defined in this Clause are \term{explicit},
456-
preventing their participation in automatic conversions.
456+
preventing their participation in implicit conversions.
457457

458458
\pnum
459459
For some standard facets a standard ``$\ldots$\tcode{_byname}'' class,

0 commit comments

Comments
 (0)