From Jason Turner

[conforming.overview]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmp3he9t_dd/{from.md → to.md} +11 -6
tmp/tmp3he9t_dd/{from.md → to.md} RENAMED
@@ -1,12 +1,17 @@
1
  #### Overview <a id="conforming.overview">[[conforming.overview]]</a>
2
 
3
  Subclause [[conforming]] describes the constraints upon, and latitude
4
  of, implementations of the C++ standard library.
5
 
6
- An implementation’s use of headers is discussed in  [[res.on.headers]],
7
- its use of macros in  [[res.on.macro.definitions]], non-member functions
8
- in  [[global.functions]], member functions in  [[member.functions]],
9
- data race avoidance in  [[res.on.data.races]], access specifiers in 
10
- [[protection.within.classes]], class derivation in  [[derivation]], and
11
- exceptions in  [[res.on.exception.handling]].
 
 
 
 
 
12
 
 
1
  #### Overview <a id="conforming.overview">[[conforming.overview]]</a>
2
 
3
  Subclause [[conforming]] describes the constraints upon, and latitude
4
  of, implementations of the C++ standard library.
5
 
6
+ An implementation’s use of
7
+
8
+ - headers is discussed in  [[res.on.headers]],
9
+ - macros in  [[res.on.macro.definitions]],
10
+ - non-member functions in  [[global.functions]],
11
+ - member functions in  [[member.functions]],
12
+ - data race avoidance in  [[res.on.data.races]],
13
+ - access specifiers in  [[protection.within.classes]],
14
+ - class derivation in  [[derivation]],
15
+ - exceptions in  [[res.on.exception.handling]], and
16
+ - contract assertions in  [[res.contract.assertions]].
17