1//// 2Copyright 2018 Peter Dimov 3 4Distributed under the Boost Software License, Version 1.0. 5 6See accompanying file LICENSE_1_0.txt or copy at 7http://www.boost.org/LICENSE_1_0.txt 8//// 9 10# Boost.Variant2: A never valueless variant type 11Peter Dimov 12:toc: left 13:toclevels: 4 14:idprefix: 15:docinfo: private-footer 16 17:leveloffset: +1 18 19include::variant2/overview.adoc[] 20include::variant2/changelog.adoc[] 21include::variant2/design.adoc[] 22include::variant2/implementation.adoc[] 23include::variant2/reference.adoc[] 24include::variant2/copyright.adoc[] 25 26:leveloffset: -1 27