2014-06-04 21:23:29 -07:00
|
|
|
[/
|
2018-09-05 08:21:35 -04:00
|
|
|
Copyright 2014 Glen Joseph Fernandes
|
|
|
|
(glenjofe@gmail.com)
|
2014-06-04 21:23:29 -07:00
|
|
|
|
2018-09-05 08:21:35 -04:00
|
|
|
Distributed under the Boost Software License,
|
|
|
|
Version 1.0. (See accompanying file LICENSE_1_0.txt
|
|
|
|
or copy at http://boost.org/LICENSE_1_0.txt)
|
2014-06-04 21:23:29 -07:00
|
|
|
]
|
|
|
|
|
2014-06-01 18:08:55 -07:00
|
|
|
[library Boost.Core
|
2014-06-10 19:12:54 +03:00
|
|
|
[quickbook 1.6]
|
2014-06-01 18:08:55 -07:00
|
|
|
[id core]
|
|
|
|
[copyright 2014 Peter Dimov]
|
|
|
|
[copyright 2014 Glen Fernandes]
|
|
|
|
[copyright 2014 Andrey Semashev]
|
|
|
|
[dirname core]
|
|
|
|
[license Distributed under the
|
|
|
|
[@http://boost.org/LICENSE_1_0.txt Boost Software License,
|
|
|
|
Version 1.0].
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
2014-06-10 19:12:54 +03:00
|
|
|
[template simplesect[title]
|
|
|
|
[block '''<simplesect><title>'''[title]'''</title>''']]
|
|
|
|
|
|
|
|
[template endsimplesect[]
|
|
|
|
[block '''</simplesect>''']]
|
|
|
|
|
2014-06-01 18:08:55 -07:00
|
|
|
[section Introduction]
|
|
|
|
|
|
|
|
The Boost.Core library is a collection of core utilities. The
|
|
|
|
criteria for inclusion is that the utility component be:
|
|
|
|
|
|
|
|
* simple,
|
|
|
|
* used by other Boost libraries, and
|
|
|
|
* not dependent on any other Boost modules except Core
|
|
|
|
itself, Config, Assert, Static Assert, or Predef.
|
|
|
|
|
|
|
|
[endsect]
|
|
|
|
|
2014-06-10 19:12:54 +03:00
|
|
|
[include addressof.qbk]
|
|
|
|
[include checked_delete.qbk]
|
|
|
|
[include demangle.qbk]
|
2018-08-26 10:07:19 -04:00
|
|
|
[include empty_value.qbk]
|
2014-06-10 19:12:54 +03:00
|
|
|
[include enable_if.qbk]
|
2018-07-17 00:27:10 -04:00
|
|
|
[include exchange.qbk]
|
2014-06-10 19:12:54 +03:00
|
|
|
[include explicit_operator_bool.qbk]
|
|
|
|
[include ignore_unused.qbk]
|
|
|
|
[include is_same.qbk]
|
|
|
|
[include lightweight_test.qbk]
|
|
|
|
[include no_exceptions_support.qbk]
|
|
|
|
[include noncopyable.qbk]
|
|
|
|
[include null_deleter.qbk]
|
2017-05-20 09:29:01 -04:00
|
|
|
[include pointer_traits.qbk]
|
2018-09-06 22:52:52 +03:00
|
|
|
[include quick_exit.qbk]
|
2014-06-10 19:12:54 +03:00
|
|
|
[include ref.qbk]
|
|
|
|
[include scoped_enum.qbk]
|
|
|
|
[include swap.qbk]
|
|
|
|
[include typeinfo.qbk]
|
2018-11-10 17:44:13 +03:00
|
|
|
[include uncaught_exceptions.qbk]
|