• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1////
2Copyright 2017 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.Mp11: A C++11 metaprogramming library
11Peter Dimov
12:toc: left
13:toclevels: 3
14:idprefix:
15:listing-caption: Code Example
16:table-caption: Illustration
17:docinfo: private-footer
18
19:leveloffset: +1
20
21include::mp11/overview.adoc[]
22
23include::mp11/definitions.adoc[]
24
25include::mp11/examples.adoc[]
26
27include::mp11/changelog.adoc[]
28
29include::mp11/reference.adoc[]
30
31:leveloffset: -1
32
33[appendix]
34## Copyright, License, and Acknowledgments
35
36This documentation is
37
38* Copyright 2017-2019 Peter Dimov
39* Copyright 2017 Bjørn Reese
40
41and is distributed under the http://www.boost.org/LICENSE_1_0.txt[Boost Software License, Version 1.0].
42
43The "Simple {cpp}11 metaprogramming" articles have been graciously converted to Asciidoc format for incorporation
44into this documentation by Glen Fernandes.
45