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  <copyright>
30    <year>2014-2021</year>
31    <holder>Antony Polukhin</holder>
32  </copyright>
33  <legalnotice>
34    <para>Distributed under the Boost Software License, Version 1.0.
35    (See accompanying file <filename>LICENSE_1_0.txt</filename> or copy at
36    <ulink
37    url="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</ulink>)
38    </para>
39  </legalnotice>
40
41  <librarypurpose>Safe, generic, stack-based discriminated union container</librarypurpose>
42  <librarycategory name="category:containers"/>
43  <librarycategory name="category:data-structures"/>
44</libraryinfo>
45
46<title>Boost.Variant</title>
47  <xi:include href="introduction.xml"/>
48  <xi:include href="tutorial/tutorial.xml"/>
49  <xi:include href="reference/reference.xml"/>
50  <xi:include href="design.xml"/>
51<!--
52  <xi:include href="rationale.xml"/>
53-->
54  <xi:include href="misc.xml"/>
55<!--
56  <xi:include href="tests.xml"/>
57-->
58  <xi:include href="biblio.xml"/>
59</library>
60