1[/
2Copyright 2014 Glen Joseph Fernandes
3(glenjofe@gmail.com)
4
5Distributed under the Boost Software License,
6Version 1.0. (See accompanying file LICENSE_1_0.txt
7or copy at http://boost.org/LICENSE_1_0.txt)
8]
9
10[library Boost.Core
11  [quickbook 1.6]
12  [id core]
13  [copyright 2014 Peter Dimov]
14  [copyright 2014 Glen Fernandes]
15  [copyright 2014 Andrey Semashev]
16  [dirname core]
17  [license Distributed under the
18    [@http://boost.org/LICENSE_1_0.txt Boost Software License,
19      Version 1.0].
20  ]
21]
22
23[template simplesect[title]
24[block '''<simplesect><title>'''[title]'''</title>''']]
25
26[template endsimplesect[]
27[block '''</simplesect>''']]
28
29[section Introduction]
30
31The Boost.Core library is a collection of core utilities. The
32criteria for inclusion is that the utility component be:
33
34* simple,
35* used by other Boost libraries, and
36* not dependent on any other Boost modules except Core
37  itself, Config, Assert, Static Assert, or Predef.
38
39[endsect]
40
41[include addressof.qbk]
42[include allocator_access.qbk]
43[include alloc_construct.qbk]
44[include checked_delete.qbk]
45[include default_allocator.qbk]
46[include demangle.qbk]
47[include empty_value.qbk]
48[include enable_if.qbk]
49[include exchange.qbk]
50[include explicit_operator_bool.qbk]
51[include first_scalar.qbk]
52[include ignore_unused.qbk]
53[include is_same.qbk]
54[include lightweight_test.qbk]
55[include no_exceptions_support.qbk]
56[include noinit_adaptor.qbk]
57[include noncopyable.qbk]
58[include null_deleter.qbk]
59[include nvp.qbk]
60[include pointer_traits.qbk]
61[include quick_exit.qbk]
62[include ref.qbk]
63[include scoped_enum.qbk]
64[include swap.qbk]
65[include typeinfo.qbk]
66[include uncaught_exceptions.qbk]
67[include use_default.qbk]
68