2014-06-04 21:23:29 -07:00
|
|
|
[/
|
|
|
|
|
Copyright (c) 2014 Glen Joseph Fernandes
|
|
|
|
|
glenfe at live dot com
|
|
|
|
|
|
|
|
|
|
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-01 18:08:55 -07:00
|
|
|
[library Boost.Core
|
|
|
|
|
[quickbook 1.5]
|
|
|
|
|
[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].
|
|
|
|
|
]
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[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]
|
|
|
|
|
|
|
|
|
|
[include:core addressof.qbk]
|
2014-06-02 08:17:33 -07:00
|
|
|
[include:core checked_delete.qbk]
|
2014-06-02 14:08:28 -07:00
|
|
|
[include:core enable_if.qbk]
|
2014-06-01 18:08:55 -07:00
|
|
|
[include:core explicit_operator_bool.qbk]
|
2014-06-02 15:06:53 +02:00
|
|
|
[include:core ignore_unused.qbk]
|
2014-06-01 18:08:55 -07:00
|
|
|
[include:core lightweight_test.qbk]
|
|
|
|
|
[include:core no_exceptions_support.qbk]
|
|
|
|
|
[include:core noncopyable.qbk]
|
2014-06-03 00:11:30 +04:00
|
|
|
[include:core null_deleter.qbk]
|
2014-06-04 21:23:29 -07:00
|
|
|
[include:core ref.qbk]
|
2014-06-05 00:19:04 +04:00
|
|
|
[include:core scoped_enum.qbk]
|
2014-06-02 14:08:28 -07:00
|
|
|
[include:core swap.qbk]
|