Skip to content

Commit 0f440bb

Browse files
authored
Updates to library counts in User Guide Intro (#546)
1 parent f47b021 commit 0f440bb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

user-guide/modules/ROOT/pages/intro.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,21 +44,21 @@ Boost libraries are written by one, or a small team, of independent developers.
4444

4545
The current Boost libraries are categorized as follows - the count shows the number of current libraries in the category.
4646

47-
[cols="2,1,5", options="header", grid=none, frame=none, stripes=even]
47+
[cols="4,1,10", options="header", grid=none, frame=none, stripes=even]
4848
|===
4949
|**Category** | **Count** | **Description**
5050
|https://www.boost.org/doc/libs/latest/libs/libraries.htm#Algorithms[Algorithms] | 13 | A range of libraries including several for 2D geometry, graphs, performance when iterating, sorting, string efficiency, and miscellaneous utility algorithms.
5151
|https://www.boost.org/doc/libs/latest/libs/libraries.htm#Workarounds[Broken compiler workarounds] | 1 | Addresses compiler idiosyncrasies, and help for non-conforming standard libraries.
52-
|https://www.boost.org/doc/libs/latest/libs/libraries.htm#Concurrent[Concurrent Programming] | 15 | Libraries that address concurrency, threads, networking, sockets, context switching, memory, and other multi-threading functions.
53-
|https://www.boost.org/doc/libs/latest/libs/libraries.htm#Containers[Containers] | 23 | Includes coverage of arrays, buffers, graphs, JSON, heaps, properties, stacks, and other storage constructs and issues.
52+
|https://www.boost.org/doc/libs/latest/libs/libraries.htm#Concurrent[Concurrent Programming] | 16 | Libraries that address concurrency, threads, networking, sockets, context switching, memory, and other multi-threading functions.
53+
|https://www.boost.org/doc/libs/latest/libs/libraries.htm#Containers[Containers] | 24 | Includes coverage of arrays, buffers, graphs, JSON, heaps, properties, stacks, and other storage constructs and issues.
5454
|https://www.boost.org/doc/libs/latest/libs/libraries.htm#Correctness[Correctness and testing] | 7 | Includes coverage of asserts, contracting, integer correctness, tracing, and unit testing.
5555
|https://www.boost.org/doc/libs/latest/libs/libraries.htm#Data[Data structures] | 22 | Supports a wide range of data structures, including maps, containers, heaps, JSON, optional objects, pointers, polygons, properties, and stacks.
5656
|https://www.boost.org/doc/libs/latest/libs/libraries.htm#Domain[Domain Specific] | 5 | Covers date and time utilities, cyclic redundancy code (CRC), unit analysis, and unique identifiers.
5757
|https://www.boost.org/doc/libs/latest/libs/libraries.htm#Error-handling[Error handling and recovery] | 5 | Covers asserts, error reporting and handling, and an infrastructure for throwing exceptions.
58-
|https://www.boost.org/doc/libs/latest/libs/libraries.htm#Function-objects[Function objects and higher-order programming] | 16 | Covers binding, function wrapping, function overloading, lambda functions, generic functions, and callback functions.
58+
|https://www.boost.org/doc/libs/latest/libs/libraries.htm#Function-objects[Function objects and higher-order programming] | 17 | Covers binding, function wrapping, function overloading, lambda functions, generic functions, and callback functions.
5959
|https://www.boost.org/doc/libs/latest/libs/libraries.htm#Generic[Generic Programming] | 15 | A range of generalized libraries, including for passing parameters, function template overloads, handling operators and iterators, generic types and templates, and parallel extensions.
6060
|https://www.boost.org/doc/libs/latest/libs/libraries.htm#Image-processing[Image processing] | 1 | A single library for generic image processing.
61-
|https://www.boost.org/doc/libs/latest/libs/libraries.htm#IO[Input/Output] | 13 | Features include portable networking, conversions for correct byte-ordering, formatting, streams, JSON, serialization, and URL parsing.
61+
|https://www.boost.org/doc/libs/latest/libs/libraries.htm#IO[Input/Output] | 14 | Features include portable networking, conversions for correct byte-ordering, formatting, streams, JSON, serialization, and URL parsing.
6262
|https://www.boost.org/doc/libs/latest/libs/libraries.htm#Inter-language[Inter-language support] | 1 | A single library providing a framework for interfacing Python with pass:[C++].
6363
|https://www.boost.org/doc/libs/latest/libs/libraries.htm#Iterators[Iterators] | 6 | Covers iterations in images, graphs, arithmetic classes, and tokens.
6464
|https://www.boost.org/doc/libs/latest/libs/libraries.htm#Emulation[Language Features Emulation] | 13 | Covers language features such as reflection, exceptions, semantics, deterministic failure, parameters, scope, types, and `typeof`.

0 commit comments

Comments
 (0)