From Jason Turner

[constraints.overview]

Diff to HTML by rtfpessoa

tmp/tmpghbu_pkc/{from.md → to.md} RENAMED
@@ -1,11 +1,11 @@
1
  #### Overview <a id="constraints.overview">[[constraints.overview]]</a>
2
 
3
- This section describes restrictions on C++programs that use the
4
- facilities of the C++standard library. The following subclauses specify
5
- constraints on the program’s use of namespaces ([[namespace.std]]), its
6
- use of various reserved names ([[reserved.names]]), its use of
7
- headers ([[alt.headers]]), its use of standard library classes as base
8
- classes ([[derived.classes]]), its definitions of replacement
9
- functions ([[replacement.functions]]), and its installation of handler
10
- functions during execution ([[handler.functions]]).
11
 
 
1
  #### Overview <a id="constraints.overview">[[constraints.overview]]</a>
2
 
3
+ Subclause [[constraints]] describes restrictions on C++ programs that
4
+ use the facilities of the C++ standard library. The following subclauses
5
+ specify constraints on the program’s use of namespaces
6
+ [[namespace.std]], its use of various reserved names [[reserved.names]],
7
+ its use of headers [[alt.headers]], its use of standard library classes
8
+ as base classes [[derived.classes]], its definitions of replacement
9
+ functions [[replacement.functions]], and its installation of handler
10
+ functions during execution [[handler.functions]].
11