Files
cppdraft_translate/cppdraft/depr/cerrno.md
2025-10-25 03:02:53 +03:00

1.7 KiB

[depr.cerrno]

Annex D (normative) Compatibility features [depr]

D.12 Deprecated error numbers [depr.cerrno]

1

#

The header has the following additional macros:

#define ENODATA see below#define ENOSR see below#define ENOSTR see below#define ETIME see below

2

#

The meaning of these macros is defined by the POSIX standard.

3

#

The following enum errc enumerators are defined in addition to those specified in [system.error.syn]:

no_message_available, // ENODATAno_stream_resources, // ENOSRnot_a_stream, // ENOSTRstream_timeout, // ETIME

4

#

The value of each enum errc enumerator above is the same as the value of the macro shown in the above synopsis.