We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3fa362 commit 6f18c6bCopy full SHA for 6f18c6b
source/lib-intro.tex
@@ -3966,8 +3966,8 @@
3966
3967
\pnum
3968
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
+\tcode{error_code}\iref{syserr.errcode.overview} object. That object's
+\tcode{category()} member shall return \tcode{system_category()} for
3971
errors originating from the operating system, or a reference to an
3972
\impldef{\tcode{error_category} for errors originating outside the
3973
operating system} \tcode{error_category} object for errors originating elsewhere.
0 commit comments