]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/variant/doc/variant.xml
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / variant / doc / variant.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN"
3 "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
4 <!--
5 Copyright 2003, Eric Friedman, Itay Maman.
6
7 Distributed under the Boost Software License, Version 1.0. (See accompanying
8 file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
9 -->
10 <library name="Variant" dirname="variant"
11 xmlns:xi="http://www.w3.org/2001/XInclude" id="variant">
12 <libraryinfo>
13 <author>
14 <firstname>Eric</firstname>
15 <surname>Friedman</surname>
16 </author>
17 <author>
18 <firstname>Itay</firstname>
19 <surname>Maman</surname>
20 </author>
21
22 <copyright>
23 <year>2002</year>
24 <year>2003</year>
25 <holder>Eric Friedman</holder>
26 <holder>Itay Maman</holder>
27 </copyright>
28
29 <legalnotice>
30 <para>Distributed under the Boost Software License, Version 1.0.
31 (See accompanying file <filename>LICENSE_1_0.txt</filename> or copy at
32 <ulink
33 url="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</ulink>)
34 </para>
35 </legalnotice>
36
37 <librarypurpose>Safe, generic, stack-based discriminated union container</librarypurpose>
38 <librarycategory name="category:containers"/>
39 <librarycategory name="category:data-structures"/>
40 </libraryinfo>
41
42 <title>Boost.Variant</title>
43 <xi:include href="introduction.xml"/>
44 <xi:include href="tutorial/tutorial.xml"/>
45 <xi:include href="reference/reference.xml"/>
46 <xi:include href="design.xml"/>
47 <!--
48 <xi:include href="rationale.xml"/>
49 -->
50 <xi:include href="misc.xml"/>
51 <!--
52 <xi:include href="tests.xml"/>
53 -->
54 <xi:include href="biblio.xml"/>
55 </library>