mirror of
https://github.com/boostorg/variant.git
synced 2026-01-28 19:52:13 +00:00
53 lines
1.6 KiB
XML
53 lines
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN"
|
|
"http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
|
<library name="Variant" dirname="variant"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude" id="variant">
|
|
<libraryinfo>
|
|
<author>
|
|
<firstname>Eric</firstname>
|
|
<surname>Friedman</surname>
|
|
</author>
|
|
<author>
|
|
<firstname>Itay</firstname>
|
|
<surname>Maman</surname>
|
|
</author>
|
|
|
|
<copyright>
|
|
<year>2002</year>
|
|
<year>2003</year>
|
|
<holder>Eric Friedman</holder>
|
|
<holder>Itay Maman</holder>
|
|
</copyright>
|
|
|
|
<legalnotice>
|
|
<para>Permission to copy, use, sell and distribute this software
|
|
is granted provided this copyright notice appears in all copies.
|
|
Permission to modify the code and to distribute modified code is
|
|
granted provided this copyright notice appears in all copies, and
|
|
a notice that the code was modified is included with the copyright
|
|
notice.</para>
|
|
|
|
<para> This software is provided "as is" without express or
|
|
implied warranty, and with no claim as to its suitability for any
|
|
purpose.</para>
|
|
</legalnotice>
|
|
|
|
<librarypurpose>Safe, generic, stack-based discriminated union wrapper</librarypurpose>
|
|
<librarycategory name="category:data-structures"/>
|
|
</libraryinfo>
|
|
|
|
<title>Boost Variant Library</title>
|
|
<xi:include href="introduction.xml"/>
|
|
<!--
|
|
<xi:include href="tutorial.xml"/>
|
|
-->
|
|
<xi:include href="reference/reference.xml"/>
|
|
<!--
|
|
<xi:include href="design.xml"/>
|
|
<xi:include href="rationale.xml"/>
|
|
<xi:include href="tests.xml"/>
|
|
-->
|
|
<xi:include href="credits.xml"/>
|
|
</library>
|