CWG 616, 1213 - value category of subobject references.
[official-gcc.git] / libstdc++-v3 / doc / xml / manual / appendix_porting.xml
blob8eb90d1874531f1d80ad7c1f5fe69fc1802a7229
1 <appendix xmlns="http://docbook.org/ns/docbook" version="5.0" 
2           xml:id="appendix.porting" xreflabel="Porting">
3 <?dbhtml filename="appendix_porting.html"?>
5 <info><title>
6   Porting and Maintenance
7   <indexterm>
8     <primary>Appendix</primary>
9     <secondary>Porting and Maintenance</secondary>
10   </indexterm>
11 </title>
12   <keywordset>
13     <keyword>ISO C++</keyword>
14     <keyword>library</keyword>
15   </keywordset>
16 </info>
18   <!-- Hacking the Build System -->
19   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="build_hacking.xml">
20   </xi:include>
22   <!-- Hacking the Documentation Systems -->
23   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="documentation_hacking.xml">
24   </xi:include>
26   <!-- Internals: Porting to New Hardware or Operating Systems -->
27   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="internals.xml">
28   </xi:include>
30   <!-- Test -->
31   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="test.xml">
32   </xi:include>
34   <!-- ABI Policy and Guidelines -->
35   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="abi.xml">
36   </xi:include>
38   <!-- API Evolution and Deprecation History -->
39   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="evolution.xml">
40   </xi:include>
42   <!-- Backwards Compatibility -->
43   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="backwards_compatibility.xml">
44   </xi:include>
46 </appendix>