Skip to content

Commit 6f18c6b

Browse files
authored
[value.error.codes] Remove redundant std qualifications (#7918)
1 parent b3fa362 commit 6f18c6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/lib-intro.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3966,8 +3966,8 @@
39663966

39673967
\pnum
39683968
Certain functions in the \Cpp{} standard library report errors via a
3969-
\tcode{std::error_code}\iref{syserr.errcode.overview} object. That object's
3970-
\tcode{category()} member shall return \tcode{std::system_category()} for
3969+
\tcode{error_code}\iref{syserr.errcode.overview} object. That object's
3970+
\tcode{category()} member shall return \tcode{system_category()} for
39713971
errors originating from the operating system, or a reference to an
39723972
\impldef{\tcode{error_category} for errors originating outside the
39733973
operating system} \tcode{error_category} object for errors originating elsewhere.

0 commit comments

Comments
 (0)