From Jason Turner

[syserr.general]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmps_qeczr1/{from.md → to.md} +12 -0
tmp/tmps_qeczr1/{from.md → to.md} RENAMED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ### General <a id="syserr.general">[[syserr.general]]</a>
2
+
3
+ Subclause [[syserr]] describes components that the standard library and
4
+ C++ programs may use to report error conditions originating from the
5
+ operating system or other low-level application program interfaces.
6
+
7
+ Components described in [[syserr]] do not change the value of `errno`
8
+ [[errno]].
9
+
10
+ *Recommended practice:* Implementations should leave the error states
11
+ provided by other libraries unchanged.
12
+