• Home
Name
Date
Size
#Lines
LOC

..--

doc/12-May-2024-2,7262,444

identity_type/12-May-2024-690500

meta/12-May-2024-127126

test/12-May-2024-6,4914,841

Assignable.htmlD12-May-20242.6 KiB11076

CMakeLists.txtD12-May-2024831 2922

Collection.htmlD12-May-202414.7 KiB535353

CopyConstructible.htmlD12-May-20244 KiB186135

LessThanComparable.htmlD12-May-20245.9 KiB211129

MultiPassInputIterator.htmlD12-May-20244 KiB9677

OptionalPointee.htmlD12-May-20245.9 KiB160149

README.mdD12-May-20241.3 KiB2515

call_traits.htmD12-May-202427.1 KiB756691

checked_delete.htmlD12-May-2024673 1615

compressed_pair.htmD12-May-2024428 179

enable_if.htmlD12-May-2024658 1615

in_place_factories.htmlD12-May-202410.4 KiB297248

index.htmlD12-May-20243 KiB5150

iterator_adaptors.htmD12-May-2024419 128

operators.htmD12-May-202477.2 KiB2,2211,748

sublibsD12-May-2024131 11

throw_exception.htmlD12-May-2024666 1615

utility.htmD12-May-202424.3 KiB584493

value_init.htmD12-May-202425 KiB515438

README.md

1# ![Boost.Utility](doc/logo.png)
2
3Boost.Utility, part of collection of the [Boost C++ Libraries](https://github.com/boostorg), provides a number of smaller components, too small to be called libraries in their own right. See the documentation for the list of components.
4
5### Directories
6
7* **doc** - Documentation sources
8* **include** - Interface headers of Boost.Utility
9* **test** - Boost.Utility unit tests
10
11### More information
12
13* [Documentation](https://boost.org/libs/utility)
14* [Report bugs](https://github.com/boostorg/utility/issues/new). Be sure to mention Boost version, Boost.Utility component, platform and compiler you're using. A small compilable code sample to reproduce the problem is always good as well.
15* Submit your patches as pull requests against **develop** branch. Note that by submitting patches you agree to license your modifications under the [Boost Software License, Version 1.0](https://www.boost.org/LICENSE_1_0.txt).
16
17### Build status
18
19Master: [![Travis CI](https://travis-ci.org/boostorg/utility.svg?branch=master)](https://travis-ci.org/boostorg/utility)
20Develop: [![Travis CI](https://travis-ci.org/boostorg/utility.svg?branch=develop)](https://travis-ci.org/boostorg/utility)
21
22### License
23
24Distributed under the [Boost Software License, Version 1.0](https://www.boost.org/LICENSE_1_0.txt).
25