Opened 6 years ago
Closed 6 years ago
#12491 closed Bugs (fixed)
Boost.Log not in list of non-header-only libraries
| Reported by: | Owned by: | Andrey Semashev | |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | log |
| Version: | Boost 1.61.0 | Severity: | Problem |
| Keywords: | log header-only | Cc: |
Description
Boost.Log must be separately compiled (Configuring and building the library).
However, it is not on the list of "libraries that must be built separately":
http://www.boost.org/doc/libs/1_62_0/more/getting_started/unix-variants.html#header-only-libraries http://www.boost.org/doc/libs/1_62_0/more/getting_started/windows.html#header-only-libraries
(This applies to all previous versions of the documentation).
Change History (2)
comment:1 by , 6 years ago
| Component: | Documentation → log |
|---|---|
| Owner: | changed from to |
comment:2 by , 6 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

I've created a PR (https://github.com/boostorg/boost/pull/131) to add Boost.Log to the list.