Opened 5 years ago

Last modified 5 years ago

#13222 new Bugs

Documentation for header-only libraries inaccurate

Reported by: Declan Moran <dec1@…> Owned by: Matias Capeletto
Milestone: To Be Determined Component: Documentation
Version: Boost 1.65.0 Severity: Problem
Keywords: Cc:

Description

The documentation at

http://www.boost.org/doc/libs/1_65_1/more/getting_started/unix-variants.html#header-only-libraries

lists the libraries which must be be compiled separately.

Executing the following on the command line

./bootstrap.sh --show-libraries

however, produces a different list (see below). It seems the docu is missing the libraries:

atomic, container, coroutine, fiber, metaparse, stacktrace and type_erasure

which I suggested should be added to the (html) documentation

./bootstrap.sh --show-libraries

The Boost libraries requiring separate building and installation are:

  • atomic
  • chrono
  • container
  • context
  • coroutine
  • date_time
  • exception
  • fiber
  • filesystem
  • graph
  • graph_parallel
  • iostreams
  • locale
  • log
  • math
  • metaparse
  • mpi
  • program_options
  • python
  • random
  • regex
  • serialization
  • signals
  • stacktrace
  • system
  • test
  • thread
  • timer
  • type_erasure
  • wave

Change History (2)

comment:1 by Declan Moran <dec1@…>, 5 years ago

Summary: Documentation for header- only libarries inaccurateDocumentation for header- only libraries inaccurate

comment:2 by Declan Moran <dec1@…>, 5 years ago

Summary: Documentation for header- only libraries inaccurateDocumentation for header-only libraries inaccurate
Note: See TracTickets for help on using tickets.