#3784 closed Bugs (fixed)
Documentation errors in Execution Monitor Compilation
| Reported by: | Owned by: | Gennadiy Rozental | |
|---|---|---|---|
| Milestone: | Boost 1.59.0 | Component: | test |
| Version: | Boost 1.41.0 | Severity: | Problem |
| Keywords: | Cc: |
Description
The source file for the execution monitor is given as 'libs/test/execution_monitor.hpp'. The actual source file is 'boost/test/impl/execution_monitor.ipp'.
The name of the execution file to compile in a stand-alone library is given as 'execution-monitor.cpp'. The actual name of the file appears as if it should be 'libs/test/src/execution_monitor.cpp'.
Change History (2)
comment:1 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 by , 7 years ago
| Milestone: | Boost 1.42.0 → Boost 1.59.0 |
|---|
Note:
See TracTickets
for help on using tickets.

(In [62770]) Fix file names in the Execution Monitor documentation. Fixes #3784.