From 6ad61748c48fe921252ab6e0fa2bec70fa256e53 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Mon, 16 Jun 2025 14:13:08 +0100 Subject: [PATCH] [value.error.codes] Remove redundant std qualifications --- source/lib-intro.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/lib-intro.tex b/source/lib-intro.tex index 1c25a73f7b..ea7a21b782 100644 --- a/source/lib-intro.tex +++ b/source/lib-intro.tex @@ -3966,8 +3966,8 @@ \pnum Certain functions in the \Cpp{} standard library report errors via a -\tcode{std::error_code}\iref{syserr.errcode.overview} object. That object's -\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 errors originating from the operating system, or a reference to an \impldef{\tcode{error_category} for errors originating outside the operating system} \tcode{error_category} object for errors originating elsewhere.